| Name | Type | Description | Notes |
|---|---|---|---|
| Comment | Pointer to NullableString | [optional] | |
| CertificateRequestIds | Pointer to []int32 | [optional] |
func NewCSSCMSDataModelModelsWorkflowDenialRequest() *CSSCMSDataModelModelsWorkflowDenialRequest
NewCSSCMSDataModelModelsWorkflowDenialRequest instantiates a new CSSCMSDataModelModelsWorkflowDenialRequest 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 NewCSSCMSDataModelModelsWorkflowDenialRequestWithDefaults() *CSSCMSDataModelModelsWorkflowDenialRequest
NewCSSCMSDataModelModelsWorkflowDenialRequestWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowDenialRequest 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 *CSSCMSDataModelModelsWorkflowDenialRequest) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) 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 *CSSCMSDataModelModelsWorkflowDenialRequest) SetComment(v string)
SetComment sets Comment field to given value.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) SetCommentNil(b bool)
SetCommentNil sets the value for Comment to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) UnsetComment()
UnsetComment ensures that no value is present for Comment, not even an explicit nil
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) GetCertificateRequestIds() []int32
GetCertificateRequestIds returns the CertificateRequestIds field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) GetCertificateRequestIdsOk() (*[]int32, bool)
GetCertificateRequestIdsOk returns a tuple with the CertificateRequestIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) SetCertificateRequestIds(v []int32)
SetCertificateRequestIds sets CertificateRequestIds field to given value.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) HasCertificateRequestIds() bool
HasCertificateRequestIds returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) SetCertificateRequestIdsNil(b bool)
SetCertificateRequestIdsNil sets the value for CertificateRequestIds to be an explicit nil
func (o *CSSCMSDataModelModelsWorkflowDenialRequest) UnsetCertificateRequestIds()
UnsetCertificateRequestIds ensures that no value is present for CertificateRequestIds, not even an explicit nil