| Name | Type | Description | Notes |
|---|---|---|---|
| Stores | Pointer to []EnrollmentManagementStoreRequest | The stores to add the certificate to. Values in this collection will take precedence over values in CSS.CMS.Data.Model.Models.Enrollment.SpecificEnrollmentManagementRequest.StoreTypes. | [optional] |
| StoreIds | Pointer to []string | [optional] | |
| StoreTypes | Pointer to []EnrollmentManagementStoreTypeRequest | [optional] | |
| CertificateId | Pointer to int32 | [optional] | |
| RequestId | Pointer to int32 | [optional] | |
| Password | string | ||
| JobTime | Pointer to time.Time | [optional] |
func NewEnrollmentEnrollmentManagementRequest(password string, ) *EnrollmentEnrollmentManagementRequest
NewEnrollmentEnrollmentManagementRequest instantiates a new EnrollmentEnrollmentManagementRequest 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 NewEnrollmentEnrollmentManagementRequestWithDefaults() *EnrollmentEnrollmentManagementRequest
NewEnrollmentEnrollmentManagementRequestWithDefaults instantiates a new EnrollmentEnrollmentManagementRequest 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 *EnrollmentEnrollmentManagementRequest) GetStores() []EnrollmentManagementStoreRequest
GetStores returns the Stores field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetStoresOk() (*[]EnrollmentManagementStoreRequest, bool)
GetStoresOk returns a tuple with the Stores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetStores(v []EnrollmentManagementStoreRequest)
SetStores sets Stores field to given value.
func (o *EnrollmentEnrollmentManagementRequest) HasStores() bool
HasStores returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetStoresNil(b bool)
SetStoresNil sets the value for Stores to be an explicit nil
func (o *EnrollmentEnrollmentManagementRequest) UnsetStores()
UnsetStores ensures that no value is present for Stores, not even an explicit nil
func (o *EnrollmentEnrollmentManagementRequest) GetStoreIds() []string
GetStoreIds returns the StoreIds field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetStoreIdsOk() (*[]string, bool)
GetStoreIdsOk returns a tuple with the StoreIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetStoreIds(v []string)
SetStoreIds sets StoreIds field to given value.
func (o *EnrollmentEnrollmentManagementRequest) HasStoreIds() bool
HasStoreIds returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetStoreIdsNil(b bool)
SetStoreIdsNil sets the value for StoreIds to be an explicit nil
func (o *EnrollmentEnrollmentManagementRequest) UnsetStoreIds()
UnsetStoreIds ensures that no value is present for StoreIds, not even an explicit nil
func (o *EnrollmentEnrollmentManagementRequest) GetStoreTypes() []EnrollmentManagementStoreTypeRequest
GetStoreTypes returns the StoreTypes field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetStoreTypesOk() (*[]EnrollmentManagementStoreTypeRequest, bool)
GetStoreTypesOk returns a tuple with the StoreTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetStoreTypes(v []EnrollmentManagementStoreTypeRequest)
SetStoreTypes sets StoreTypes field to given value.
func (o *EnrollmentEnrollmentManagementRequest) HasStoreTypes() bool
HasStoreTypes returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetStoreTypesNil(b bool)
SetStoreTypesNil sets the value for StoreTypes to be an explicit nil
func (o *EnrollmentEnrollmentManagementRequest) UnsetStoreTypes()
UnsetStoreTypes ensures that no value is present for StoreTypes, not even an explicit nil
func (o *EnrollmentEnrollmentManagementRequest) GetCertificateId() int32
GetCertificateId returns the CertificateId field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetCertificateIdOk() (*int32, bool)
GetCertificateIdOk returns a tuple with the CertificateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetCertificateId(v int32)
SetCertificateId sets CertificateId field to given value.
func (o *EnrollmentEnrollmentManagementRequest) HasCertificateId() bool
HasCertificateId returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementRequest) GetRequestId() int32
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetRequestIdOk() (*int32, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetRequestId(v int32)
SetRequestId sets RequestId field to given value.
func (o *EnrollmentEnrollmentManagementRequest) HasRequestId() bool
HasRequestId returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetPasswordOk() (*string, 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 *EnrollmentEnrollmentManagementRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *EnrollmentEnrollmentManagementRequest) GetJobTime() time.Time
GetJobTime returns the JobTime field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementRequest) GetJobTimeOk() (*time.Time, bool)
GetJobTimeOk returns a tuple with the JobTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentEnrollmentManagementRequest) SetJobTime(v time.Time)
SetJobTime sets JobTime field to given value.
func (o *EnrollmentEnrollmentManagementRequest) HasJobTime() bool
HasJobTime returns a boolean if a field has been set.