Name | Type | Description | Notes |
---|---|---|---|
CopyFromId | int32 | ||
Name | string | ||
Description | Pointer to string | [optional] | |
Query | Pointer to string | [optional] | |
DuplicationField | Pointer to int32 | [optional] | |
ShowOnDashboard | Pointer to bool | [optional] | |
Favorite | Pointer to bool | [optional] |
func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest(copyFromId int32, name string, ) *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest
NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequestWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest
NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromId() int32
GetCopyFromId returns the CopyFromId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromIdOk() (*int32, bool)
GetCopyFromIdOk returns a tuple with the CopyFromId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetCopyFromId(v int32)
SetCopyFromId sets CopyFromId field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetName(v string)
SetName sets Name field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationField() int32
GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationFieldOk() (*int32, bool)
GetDuplicationFieldOk returns a tuple with the DuplicationField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetDuplicationField(v int32)
SetDuplicationField sets DuplicationField field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasDuplicationField() bool
HasDuplicationField returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboard() bool
GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboardOk() (*bool, bool)
GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetShowOnDashboard(v bool)
SetShowOnDashboard sets ShowOnDashboard field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasShowOnDashboard() bool
HasShowOnDashboard returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetFavorite() bool
GetFavorite returns the Favorite field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetFavoriteOk() (*bool, bool)
GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetFavorite(v bool)
SetFavorite sets Favorite field to given value.
func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasFavorite() bool
HasFavorite returns a boolean if a field has been set.