Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 8.39 KB

KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse.md

File metadata and controls

238 lines (129 loc) · 8.39 KB

KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
Description Pointer to string [optional]
Content Pointer to string [optional] [readonly]
Query Pointer to string [optional]
DuplicationField Pointer to int32 [optional]
ShowOnDashboard Pointer to bool [optional]
Favorite Pointer to bool [optional]

Methods

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse

func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse 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

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponseWithDefaults

func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponseWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse

NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponseWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse 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

GetId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetId() int32

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

GetIdOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) 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 *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetContent

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetContentOk() (*string, bool)

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

SetContent

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasContent() bool

HasContent returns a boolean if a field has been set.

GetQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetQuery() string

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

GetQueryOk

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

SetQuery sets Query field to given value.

HasQuery

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasQuery() bool

HasQuery returns a boolean if a field has been set.

GetDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetDuplicationField() int32

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

GetDuplicationFieldOk

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

SetDuplicationField sets DuplicationField field to given value.

HasDuplicationField

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasDuplicationField() bool

HasDuplicationField returns a boolean if a field has been set.

GetShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetShowOnDashboard() bool

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

GetShowOnDashboardOk

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

SetShowOnDashboard sets ShowOnDashboard field to given value.

HasShowOnDashboard

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasShowOnDashboard() bool

HasShowOnDashboard returns a boolean if a field has been set.

GetFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetFavorite() bool

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

GetFavoriteOk

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

SetFavorite sets Favorite field to given value.

HasFavorite

func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasFavorite() bool

HasFavorite returns a boolean if a field has been set.

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