Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
CARequestId | Pointer to string | [optional] | |
CommonName | Pointer to string | [optional] | |
DistinguishedName | Pointer to string | [optional] | |
SubmissionDate | Pointer to time.Time | [optional] | |
CertificateAuthority | Pointer to string | [optional] | |
Template | Pointer to string | [optional] | |
Requester | Pointer to string | [optional] | |
State | Pointer to int32 | [optional] | |
StateString | Pointer to string | [optional] [readonly] | |
Metadata | Pointer to map[string]string | [optional] |
func NewModelsWorkflowCertificateRequestModel() *ModelsWorkflowCertificateRequestModel
NewModelsWorkflowCertificateRequestModel instantiates a new ModelsWorkflowCertificateRequestModel 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 NewModelsWorkflowCertificateRequestModelWithDefaults() *ModelsWorkflowCertificateRequestModel
NewModelsWorkflowCertificateRequestModelWithDefaults instantiates a new ModelsWorkflowCertificateRequestModel 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 *ModelsWorkflowCertificateRequestModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetCARequestId() string
GetCARequestId returns the CARequestId field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetCARequestId(v string)
SetCARequestId sets CARequestId field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasCARequestId() bool
HasCARequestId returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetCommonName() string
GetCommonName returns the CommonName field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetCommonName(v string)
SetCommonName sets CommonName field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasCommonName() bool
HasCommonName returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetDistinguishedName() string
GetDistinguishedName returns the DistinguishedName field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetDistinguishedName(v string)
SetDistinguishedName sets DistinguishedName field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasDistinguishedName() bool
HasDistinguishedName returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetSubmissionDate() time.Time
GetSubmissionDate returns the SubmissionDate field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetSubmissionDate(v time.Time)
SetSubmissionDate sets SubmissionDate field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasSubmissionDate() bool
HasSubmissionDate returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetRequester() string
GetRequester returns the Requester field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetRequester(v string)
SetRequester sets Requester field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasRequester() bool
HasRequester returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetState() int32
GetState returns the State field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) GetStateOk() (*int32, 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 *ModelsWorkflowCertificateRequestModel) SetState(v int32)
SetState sets State field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasState() bool
HasState returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetStateString() string
GetStateString returns the StateString field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetStateString(v string)
SetStateString sets StateString field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasStateString() bool
HasStateString returns a boolean if a field has been set.
func (o *ModelsWorkflowCertificateRequestModel) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ModelsWorkflowCertificateRequestModel) 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 *ModelsWorkflowCertificateRequestModel) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *ModelsWorkflowCertificateRequestModel) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.