Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
ContainerId | Pointer to int32 | [optional] | |
CreateIfMissing | Pointer to bool | [optional] | |
Properties | Pointer to string | [optional] | |
AgentId | Pointer to string | [optional] | |
InventorySchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
Password | Pointer to ModelsKeyfactorAPISecret | [optional] |
func NewModelsCertificateStoresCertificateStoreUpdateRequest() *ModelsCertificateStoresCertificateStoreUpdateRequest
NewModelsCertificateStoresCertificateStoreUpdateRequest instantiates a new ModelsCertificateStoresCertificateStoreUpdateRequest 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 NewModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults() *ModelsCertificateStoresCertificateStoreUpdateRequest
NewModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults instantiates a new ModelsCertificateStoresCertificateStoreUpdateRequest 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 *ModelsCertificateStoresCertificateStoreUpdateRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetIdOk() (*string, 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.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetId(v string)
SetId sets Id field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetContainerIdOk() (*int32, bool)
GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetCreateIfMissing() bool
GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetCreateIfMissingOk() (*bool, bool)
GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetCreateIfMissing(v bool)
SetCreateIfMissing sets CreateIfMissing field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasCreateIfMissing() bool
HasCreateIfMissing returns a boolean if a field has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetProperties() string
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetPropertiesOk() (*string, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetProperties(v string)
SetProperties sets Properties field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetInventoryScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetInventoryScheduleOk returns a tuple with the InventorySchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetInventorySchedule sets InventorySchedule field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasInventorySchedule() bool
HasInventorySchedule returns a boolean if a field has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetPassword() ModelsKeyfactorAPISecret
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetPassword(v ModelsKeyfactorAPISecret)
SetPassword sets Password field to given value.
func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.