| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| CARequestId | Pointer to NullableString | [optional] | |
| CommonName | Pointer to NullableString | [optional] | |
| DistinguishedName | Pointer to NullableString | [optional] | |
| SubmissionDate | Pointer to NullableTime | [optional] | |
| CertificateAuthority | Pointer to NullableString | [optional] | |
| Template | Pointer to NullableString | [optional] | |
| Requester | Pointer to NullableString | [optional] | |
| State | Pointer to KeyfactorPKIEnumsCertificateState | [optional] | |
| StateString | Pointer to NullableString | [optional] [readonly] | |
| Metadata | Pointer to map[string]string | [optional] |
func NewCSSCMSDataModelModelsWorkflowCertificateRequestModel() *CSSCMSDataModelModelsWorkflowCertificateRequestModel
NewCSSCMSDataModelModelsWorkflowCertificateRequestModel instantiates a new CSSCMSDataModelModelsWorkflowCertificateRequestModel 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 NewCSSCMSDataModelModelsWorkflowCertificateRequestModelWithDefaults() *CSSCMSDataModelModelsWorkflowCertificateRequestModel
NewCSSCMSDataModelModelsWorkflowCertificateRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowCertificateRequestModel 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 *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) 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 *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCARequestId() string
GetCARequestId returns the CARequestId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCARequestIdOk() (*string, bool)
GetCARequestIdOk returns a tuple with the CARequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCARequestId(v string)
SetCARequestId sets CARequestId field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCARequestId() bool
HasCARequestId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCARequestIdNil(b bool)
SetCARequestIdNil sets the value for CARequestId to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCARequestId()
UnsetCARequestId ensures that no value is present for CARequestId, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCommonName() string
GetCommonName returns the CommonName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCommonNameOk() (*string, bool)
GetCommonNameOk returns a tuple with the CommonName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCommonName(v string)
SetCommonName sets CommonName field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCommonName() bool
HasCommonName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCommonNameNil(b bool)
SetCommonNameNil sets the value for CommonName to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCommonName()
UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetDistinguishedName() string
GetDistinguishedName returns the DistinguishedName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetDistinguishedNameOk() (*string, bool)
GetDistinguishedNameOk returns a tuple with the DistinguishedName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetDistinguishedName(v string)
SetDistinguishedName sets DistinguishedName field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasDistinguishedName() bool
HasDistinguishedName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetDistinguishedNameNil(b bool)
SetDistinguishedNameNil sets the value for DistinguishedName to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetDistinguishedName()
UnsetDistinguishedName ensures that no value is present for DistinguishedName, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetSubmissionDate() time.Time
GetSubmissionDate returns the SubmissionDate field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetSubmissionDateOk() (*time.Time, bool)
GetSubmissionDateOk returns a tuple with the SubmissionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetSubmissionDate(v time.Time)
SetSubmissionDate sets SubmissionDate field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasSubmissionDate() bool
HasSubmissionDate returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetSubmissionDateNil(b bool)
SetSubmissionDateNil sets the value for SubmissionDate to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetSubmissionDate()
UnsetSubmissionDate ensures that no value is present for SubmissionDate, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCertificateAuthorityOk() (*string, bool)
GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCertificateAuthorityNil(b bool)
SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCertificateAuthority()
UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetTemplateOk() (*string, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetTemplateNil(b bool)
SetTemplateNil sets the value for Template to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetTemplate()
UnsetTemplate ensures that no value is present for Template, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetRequester() string
GetRequester returns the Requester field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetRequesterOk() (*string, bool)
GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetRequester(v string)
SetRequester sets Requester field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasRequester() bool
HasRequester returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetRequesterNil(b bool)
SetRequesterNil sets the value for Requester to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetRequester()
UnsetRequester ensures that no value is present for Requester, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetState() KeyfactorPKIEnumsCertificateState
GetState returns the State field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetStateOk() (*KeyfactorPKIEnumsCertificateState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetState(v KeyfactorPKIEnumsCertificateState)
SetState sets State field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasState() bool
HasState returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetStateString() string
GetStateString returns the StateString field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetStateStringOk() (*string, bool)
GetStateStringOk returns a tuple with the StateString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetStateString(v string)
SetStateString sets StateString field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasStateString() bool
HasStateString returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetStateStringNil(b bool)
SetStateStringNil sets the value for StateString to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetStateString()
UnsetStateString ensures that no value is present for StateString, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil