Name | Type | Description | Notes |
---|---|---|---|
CertStoreContainerId | Pointer to int32 | [optional] | |
NewContainerName | Pointer to string | [optional] | |
NewContainerType | Pointer to int32 | [optional] | |
KeystoreIds | []string |
func NewModelsContainerAssignment(keystoreIds []string, ) *ModelsContainerAssignment
NewModelsContainerAssignment instantiates a new ModelsContainerAssignment 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 NewModelsContainerAssignmentWithDefaults() *ModelsContainerAssignment
NewModelsContainerAssignmentWithDefaults instantiates a new ModelsContainerAssignment 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 *ModelsContainerAssignment) GetCertStoreContainerId() int32
GetCertStoreContainerId returns the CertStoreContainerId field if non-nil, zero value otherwise.
func (o *ModelsContainerAssignment) GetCertStoreContainerIdOk() (*int32, bool)
GetCertStoreContainerIdOk returns a tuple with the CertStoreContainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsContainerAssignment) SetCertStoreContainerId(v int32)
SetCertStoreContainerId sets CertStoreContainerId field to given value.
func (o *ModelsContainerAssignment) HasCertStoreContainerId() bool
HasCertStoreContainerId returns a boolean if a field has been set.
func (o *ModelsContainerAssignment) GetNewContainerName() string
GetNewContainerName returns the NewContainerName field if non-nil, zero value otherwise.
func (o *ModelsContainerAssignment) GetNewContainerNameOk() (*string, bool)
GetNewContainerNameOk returns a tuple with the NewContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsContainerAssignment) SetNewContainerName(v string)
SetNewContainerName sets NewContainerName field to given value.
func (o *ModelsContainerAssignment) HasNewContainerName() bool
HasNewContainerName returns a boolean if a field has been set.
func (o *ModelsContainerAssignment) GetNewContainerType() int32
GetNewContainerType returns the NewContainerType field if non-nil, zero value otherwise.
func (o *ModelsContainerAssignment) GetNewContainerTypeOk() (*int32, bool)
GetNewContainerTypeOk returns a tuple with the NewContainerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsContainerAssignment) SetNewContainerType(v int32)
SetNewContainerType sets NewContainerType field to given value.
func (o *ModelsContainerAssignment) HasNewContainerType() bool
HasNewContainerType returns a boolean if a field has been set.
func (o *ModelsContainerAssignment) GetKeystoreIds() []string
GetKeystoreIds returns the KeystoreIds field if non-nil, zero value otherwise.
func (o *ModelsContainerAssignment) GetKeystoreIdsOk() (*[]string, bool)
GetKeystoreIdsOk returns a tuple with the KeystoreIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsContainerAssignment) SetKeystoreIds(v []string)
SetKeystoreIds sets KeystoreIds field to given value.