Skip to content

Latest commit

 

History

History
233 lines (126 loc) · 8.46 KB

KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest.md

File metadata and controls

233 lines (126 loc) · 8.46 KB

KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest

Properties

Name Type Description Notes
CopyFromId Pointer to int32 [optional]
Id Pointer to int32 [optional]
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

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest

func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest(name string, ) *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest 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

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequestWithDefaults

func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequestWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetCopyFromId() int32

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

GetCopyFromIdOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetCopyFromId(v int32)

SetCopyFromId sets CopyFromId field to given value.

HasCopyFromId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasCopyFromId() bool

HasCopyFromId returns a boolean if a field has been set.

GetId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetName() string

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

GetNameOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetDescription() string

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

GetDescriptionOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetQuery() string

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

GetQueryOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetQuery(v string)

SetQuery sets Query field to given value.

HasQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasQuery() bool

HasQuery returns a boolean if a field has been set.

GetDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetDuplicationField() int32

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

GetDuplicationFieldOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetDuplicationField(v int32)

SetDuplicationField sets DuplicationField field to given value.

HasDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasDuplicationField() bool

HasDuplicationField returns a boolean if a field has been set.

GetShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetShowOnDashboard() bool

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

GetShowOnDashboardOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetShowOnDashboard(v bool)

SetShowOnDashboard sets ShowOnDashboard field to given value.

HasShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasShowOnDashboard() bool

HasShowOnDashboard returns a boolean if a field has been set.

GetFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetFavorite() bool

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

GetFavoriteOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetFavorite(v bool)

SetFavorite sets Favorite field to given value.

HasFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasFavorite() bool

HasFavorite returns a boolean if a field has been set.

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