| Name | Type | Description | Notes |
|---|---|---|---|
| CARowId | Pointer to NullableInt32 | [optional] [readonly] | |
| CARequestId | Pointer to NullableString | [optional] | |
| CAHost | Pointer to NullableString | [optional] | |
| CALogicalName | Pointer to NullableString | [optional] | |
| KeyfactorRequestId | Pointer to int32 | [optional] | |
| Comment | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest() *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest
NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest instantiates a new CSSCMSDataModelModelsWorkflowProcessedCertificateRequest 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 NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults() *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest
NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowProcessedCertificateRequest 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 *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARowId() int32
GetCARowId returns the CARowId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARowIdOk() (*int32, bool)
GetCARowIdOk returns a tuple with the CARowId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARowId(v int32)
SetCARowId sets CARowId field to given value.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCARowId() bool
HasCARowId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARowIdNil(b bool)
SetCARowIdNil sets the value for CARowId to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCARowId()
UnsetCARowId ensures that no value is present for CARowId, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARequestId() string
GetCARequestId returns the CARequestId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) 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 *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARequestId(v string)
SetCARequestId sets CARequestId field to given value.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCARequestId() bool
HasCARequestId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARequestIdNil(b bool)
SetCARequestIdNil sets the value for CARequestId to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCARequestId()
UnsetCARequestId ensures that no value is present for CARequestId, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCAHost() string
GetCAHost returns the CAHost field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCAHostOk() (*string, bool)
GetCAHostOk returns a tuple with the CAHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCAHost(v string)
SetCAHost sets CAHost field to given value.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCAHost() bool
HasCAHost returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCAHostNil(b bool)
SetCAHostNil sets the value for CAHost to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCAHost()
UnsetCAHost ensures that no value is present for CAHost, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCALogicalName() string
GetCALogicalName returns the CALogicalName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCALogicalNameOk() (*string, bool)
GetCALogicalNameOk returns a tuple with the CALogicalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCALogicalName(v string)
SetCALogicalName sets CALogicalName field to given value.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCALogicalName() bool
HasCALogicalName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCALogicalNameNil(b bool)
SetCALogicalNameNil sets the value for CALogicalName to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCALogicalName()
UnsetCALogicalName ensures that no value is present for CALogicalName, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestId() int32
GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestIdOk() (*int32, bool)
GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetKeyfactorRequestId(v int32)
SetKeyfactorRequestId sets KeyfactorRequestId field to given value.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasKeyfactorRequestId() bool
HasKeyfactorRequestId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetComment(v string)
SetComment sets Comment field to given value.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCommentNil(b bool)
SetCommentNil sets the value for Comment to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetComment()
UnsetComment ensures that no value is present for Comment, not even an explicit nil