Skip to content

Latest commit

 

History

History
202 lines (109 loc) · 7.43 KB

KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest.md

File metadata and controls

202 lines (109 loc) · 7.43 KB

KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest

Properties

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]

Methods

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest

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

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequestWithDefaults

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

GetCopyFromId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromId() int32

GetCopyFromId returns the CopyFromId field if non-nil, zero value otherwise.

GetCopyFromIdOk

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.

SetCopyFromId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetCopyFromId(v int32)

SetCopyFromId sets CopyFromId field to given value.

GetName

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetQuery() string

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

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.

SetQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetQuery(v string)

SetQuery sets Query field to given value.

HasQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasQuery() bool

HasQuery returns a boolean if a field has been set.

GetDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationField() int32

GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise.

GetDuplicationFieldOk

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.

SetDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetDuplicationField(v int32)

SetDuplicationField sets DuplicationField field to given value.

HasDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasDuplicationField() bool

HasDuplicationField returns a boolean if a field has been set.

GetShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboard() bool

GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise.

GetShowOnDashboardOk

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.

SetShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetShowOnDashboard(v bool)

SetShowOnDashboard sets ShowOnDashboard field to given value.

HasShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasShowOnDashboard() bool

HasShowOnDashboard returns a boolean if a field has been set.

GetFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetFavorite() bool

GetFavorite returns the Favorite field if non-nil, zero value otherwise.

GetFavoriteOk

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.

SetFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetFavorite(v bool)

SetFavorite sets Favorite field to given value.

HasFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasFavorite() bool

HasFavorite returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]