Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.57 KB

ModelsCertificateStoreInventory.md

File metadata and controls

108 lines (59 loc) · 3.57 KB

ModelsCertificateStoreInventory

Properties

Name Type Description Notes
Name Pointer to string [optional]
Certificates Pointer to []ModelsCertificateStoreInventoryCertificates [optional]
Parameters Pointer to map[string]map[string]interface{} [optional]

Methods

NewModelsCertificateStoreInventory

func NewModelsCertificateStoreInventory() *ModelsCertificateStoreInventory

NewModelsCertificateStoreInventory instantiates a new ModelsCertificateStoreInventory 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

NewModelsCertificateStoreInventoryWithDefaults

func NewModelsCertificateStoreInventoryWithDefaults() *ModelsCertificateStoreInventory

NewModelsCertificateStoreInventoryWithDefaults instantiates a new ModelsCertificateStoreInventory 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

GetName

func (o *ModelsCertificateStoreInventory) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ModelsCertificateStoreInventory) HasName() bool

HasName returns a boolean if a field has been set.

GetCertificates

func (o *ModelsCertificateStoreInventory) GetCertificates() []ModelsCertificateStoreInventoryCertificates

GetCertificates returns the Certificates field if non-nil, zero value otherwise.

GetCertificatesOk

func (o *ModelsCertificateStoreInventory) GetCertificatesOk() (*[]ModelsCertificateStoreInventoryCertificates, bool)

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

SetCertificates

func (o *ModelsCertificateStoreInventory) SetCertificates(v []ModelsCertificateStoreInventoryCertificates)

SetCertificates sets Certificates field to given value.

HasCertificates

func (o *ModelsCertificateStoreInventory) HasCertificates() bool

HasCertificates returns a boolean if a field has been set.

GetParameters

func (o *ModelsCertificateStoreInventory) GetParameters() map[string]map[string]interface{}

GetParameters returns the Parameters field if non-nil, zero value otherwise.

GetParametersOk

func (o *ModelsCertificateStoreInventory) GetParametersOk() (*map[string]map[string]interface{}, bool)

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

SetParameters

func (o *ModelsCertificateStoreInventory) SetParameters(v map[string]map[string]interface{})

SetParameters sets Parameters field to given value.

HasParameters

func (o *ModelsCertificateStoreInventory) HasParameters() bool

HasParameters returns a boolean if a field has been set.

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