Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to string | [optional] | |
OverwriteSchedules | Pointer to bool | [optional] | |
Schedule | Pointer to string | [optional] | |
CertStoreType | Pointer to int32 | [optional] | |
StoreCount | Pointer to int32 | [optional] |
func NewModelsCertificateStoreContainerListResponse() *ModelsCertificateStoreContainerListResponse
NewModelsCertificateStoreContainerListResponse instantiates a new ModelsCertificateStoreContainerListResponse 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 NewModelsCertificateStoreContainerListResponseWithDefaults() *ModelsCertificateStoreContainerListResponse
NewModelsCertificateStoreContainerListResponseWithDefaults instantiates a new ModelsCertificateStoreContainerListResponse 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 *ModelsCertificateStoreContainerListResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreContainerListResponse) 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.
func (o *ModelsCertificateStoreContainerListResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCertificateStoreContainerListResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateStoreContainerListResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreContainerListResponse) 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 *ModelsCertificateStoreContainerListResponse) SetName(v string)
SetName sets Name field to given value.
func (o *ModelsCertificateStoreContainerListResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ModelsCertificateStoreContainerListResponse) GetOverwriteSchedules() bool
GetOverwriteSchedules returns the OverwriteSchedules field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreContainerListResponse) GetOverwriteSchedulesOk() (*bool, bool)
GetOverwriteSchedulesOk returns a tuple with the OverwriteSchedules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreContainerListResponse) SetOverwriteSchedules(v bool)
SetOverwriteSchedules sets OverwriteSchedules field to given value.
func (o *ModelsCertificateStoreContainerListResponse) HasOverwriteSchedules() bool
HasOverwriteSchedules returns a boolean if a field has been set.
func (o *ModelsCertificateStoreContainerListResponse) GetSchedule() string
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreContainerListResponse) GetScheduleOk() (*string, bool)
GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreContainerListResponse) SetSchedule(v string)
SetSchedule sets Schedule field to given value.
func (o *ModelsCertificateStoreContainerListResponse) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *ModelsCertificateStoreContainerListResponse) GetCertStoreType() int32
GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreContainerListResponse) GetCertStoreTypeOk() (*int32, bool)
GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreContainerListResponse) SetCertStoreType(v int32)
SetCertStoreType sets CertStoreType field to given value.
func (o *ModelsCertificateStoreContainerListResponse) HasCertStoreType() bool
HasCertStoreType returns a boolean if a field has been set.
func (o *ModelsCertificateStoreContainerListResponse) GetStoreCount() int32
GetStoreCount returns the StoreCount field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreContainerListResponse) GetStoreCountOk() (*int32, bool)
GetStoreCountOk returns a tuple with the StoreCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreContainerListResponse) SetStoreCount(v int32)
SetStoreCount sets StoreCount field to given value.
func (o *ModelsCertificateStoreContainerListResponse) HasStoreCount() bool
HasStoreCount returns a boolean if a field has been set.