Name | Type | Description | Notes |
---|---|---|---|
Comment | Pointer to string | [optional] | |
CertificateRequestIds | Pointer to []int32 | [optional] |
func NewModelsWorkflowDenialRequest() *ModelsWorkflowDenialRequest
NewModelsWorkflowDenialRequest instantiates a new ModelsWorkflowDenialRequest 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 NewModelsWorkflowDenialRequestWithDefaults() *ModelsWorkflowDenialRequest
NewModelsWorkflowDenialRequestWithDefaults instantiates a new ModelsWorkflowDenialRequest 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 *ModelsWorkflowDenialRequest) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ModelsWorkflowDenialRequest) 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 *ModelsWorkflowDenialRequest) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ModelsWorkflowDenialRequest) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *ModelsWorkflowDenialRequest) GetCertificateRequestIds() []int32
GetCertificateRequestIds returns the CertificateRequestIds field if non-nil, zero value otherwise.
func (o *ModelsWorkflowDenialRequest) 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 *ModelsWorkflowDenialRequest) SetCertificateRequestIds(v []int32)
SetCertificateRequestIds sets CertificateRequestIds field to given value.
func (o *ModelsWorkflowDenialRequest) HasCertificateRequestIds() bool
HasCertificateRequestIds returns a boolean if a field has been set.