Name | Type | Description | Notes |
---|---|---|---|
ApprovalComment | Pointer to NullableString | A comment left by the approver. | [optional] |
ApprovalDecision | map[string]interface{} | The final decision of the approver. | |
ApproverName | string | The name of the approver | |
Approver | AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover |
func NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner(approvalDecision map[string]interface{}, approverName string, approver AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover, ) *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner 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 NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerWithDefaults() *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner 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 *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalComment() string
GetApprovalComment returns the ApprovalComment field if non-nil, zero value otherwise.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalCommentOk() (*string, bool)
GetApprovalCommentOk returns a tuple with the ApprovalComment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprovalComment(v string)
SetApprovalComment sets ApprovalComment field to given value.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) HasApprovalComment() bool
HasApprovalComment returns a boolean if a field has been set.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprovalCommentNil(b bool)
SetApprovalCommentNil sets the value for ApprovalComment to be an explicit nil
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) UnsetApprovalComment()
UnsetApprovalComment ensures that no value is present for ApprovalComment, not even an explicit nil
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalDecision() map[string]interface{}
GetApprovalDecision returns the ApprovalDecision field if non-nil, zero value otherwise.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalDecisionOk() (*map[string]interface{}, bool)
GetApprovalDecisionOk returns a tuple with the ApprovalDecision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprovalDecision(v map[string]interface{})
SetApprovalDecision sets ApprovalDecision field to given value.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverName() string
GetApproverName returns the ApproverName field if non-nil, zero value otherwise.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverNameOk() (*string, bool)
GetApproverNameOk returns a tuple with the ApproverName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApproverName(v string)
SetApproverName sets ApproverName field to given value.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprover() AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover
GetApprover returns the Approver field if non-nil, zero value otherwise.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverOk() (*AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover, bool)
GetApproverOk returns a tuple with the Approver field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprover(v AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover)
SetApprover sets Approver field to given value.