Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Certificates | Pointer to []ModelsCertificateStoreInventoryCertificates | [optional] | |
Parameters | Pointer to map[string]map[string]interface{} | [optional] |
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
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
func (o *ModelsCertificateStoreInventory) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ModelsCertificateStoreInventory) SetName(v string)
SetName sets Name field to given value.
func (o *ModelsCertificateStoreInventory) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventory) GetCertificates() []ModelsCertificateStoreInventoryCertificates
GetCertificates returns the Certificates field if non-nil, zero value otherwise.
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.
func (o *ModelsCertificateStoreInventory) SetCertificates(v []ModelsCertificateStoreInventoryCertificates)
SetCertificates sets Certificates field to given value.
func (o *ModelsCertificateStoreInventory) HasCertificates() bool
HasCertificates returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventory) GetParameters() map[string]map[string]interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
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.
func (o *ModelsCertificateStoreInventory) SetParameters(v map[string]map[string]interface{})
SetParameters sets Parameters field to given value.
func (o *ModelsCertificateStoreInventory) HasParameters() bool
HasParameters returns a boolean if a field has been set.