| Name | Type | Description | Notes |
|---|---|---|---|
| CertificateStores | []CSSCMSDataModelModelsCertificateLocationSpecifier | ||
| Schedule | KeyfactorCommonSchedulingKeyfactorSchedule | ||
| CollectionId | Pointer to NullableInt32 | [optional] |
func NewCertificateStoresRemoveCertificateRequest(certificateStores []CSSCMSDataModelModelsCertificateLocationSpecifier, schedule KeyfactorCommonSchedulingKeyfactorSchedule, ) *CertificateStoresRemoveCertificateRequest
NewCertificateStoresRemoveCertificateRequest instantiates a new CertificateStoresRemoveCertificateRequest 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 NewCertificateStoresRemoveCertificateRequestWithDefaults() *CertificateStoresRemoveCertificateRequest
NewCertificateStoresRemoveCertificateRequestWithDefaults instantiates a new CertificateStoresRemoveCertificateRequest 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 *CertificateStoresRemoveCertificateRequest) GetCertificateStores() []CSSCMSDataModelModelsCertificateLocationSpecifier
GetCertificateStores returns the CertificateStores field if non-nil, zero value otherwise.
func (o *CertificateStoresRemoveCertificateRequest) GetCertificateStoresOk() (*[]CSSCMSDataModelModelsCertificateLocationSpecifier, bool)
GetCertificateStoresOk returns a tuple with the CertificateStores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresRemoveCertificateRequest) SetCertificateStores(v []CSSCMSDataModelModelsCertificateLocationSpecifier)
SetCertificateStores sets CertificateStores field to given value.
func (o *CertificateStoresRemoveCertificateRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *CertificateStoresRemoveCertificateRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, 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 *CertificateStoresRemoveCertificateRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *CertificateStoresRemoveCertificateRequest) GetCollectionId() int32
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *CertificateStoresRemoveCertificateRequest) GetCollectionIdOk() (*int32, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresRemoveCertificateRequest) SetCollectionId(v int32)
SetCollectionId sets CollectionId field to given value.
func (o *CertificateStoresRemoveCertificateRequest) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *CertificateStoresRemoveCertificateRequest) SetCollectionIdNil(b bool)
SetCollectionIdNil sets the value for CollectionId to be an explicit nil
func (o *CertificateStoresRemoveCertificateRequest) UnsetCollectionId()
UnsetCollectionId ensures that no value is present for CollectionId, not even an explicit nil