Skip to main content

ApprovalAttributesRequest

Properties

NameTypeDescriptionNotes
AdditionalAttributesPointer to map[string]stringAdditional attributes as key-value pairs that are not part of the standard schema but can be included for custom data.[optional]
CommentPointer to stringComment associated with the request.[optional]
RemoveAttributeKeysPointer to []stringList of attribute keys to be removed.[optional]

Methods

NewApprovalAttributesRequest

func NewApprovalAttributesRequest() *ApprovalAttributesRequest

NewApprovalAttributesRequest instantiates a new ApprovalAttributesRequest 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

NewApprovalAttributesRequestWithDefaults

func NewApprovalAttributesRequestWithDefaults() *ApprovalAttributesRequest

NewApprovalAttributesRequestWithDefaults instantiates a new ApprovalAttributesRequest 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

GetAdditionalAttributes

func (o *ApprovalAttributesRequest) GetAdditionalAttributes() map[string]string

GetAdditionalAttributes returns the AdditionalAttributes field if non-nil, zero value otherwise.

GetAdditionalAttributesOk

func (o *ApprovalAttributesRequest) GetAdditionalAttributesOk() (*map[string]string, bool)

GetAdditionalAttributesOk returns a tuple with the AdditionalAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdditionalAttributes

func (o *ApprovalAttributesRequest) SetAdditionalAttributes(v map[string]string)

SetAdditionalAttributes sets AdditionalAttributes field to given value.

HasAdditionalAttributes

func (o *ApprovalAttributesRequest) HasAdditionalAttributes() bool

HasAdditionalAttributes returns a boolean if a field has been set.

GetComment

func (o *ApprovalAttributesRequest) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *ApprovalAttributesRequest) 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.

SetComment

func (o *ApprovalAttributesRequest) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *ApprovalAttributesRequest) HasComment() bool

HasComment returns a boolean if a field has been set.

GetRemoveAttributeKeys

func (o *ApprovalAttributesRequest) GetRemoveAttributeKeys() []string

GetRemoveAttributeKeys returns the RemoveAttributeKeys field if non-nil, zero value otherwise.

GetRemoveAttributeKeysOk

func (o *ApprovalAttributesRequest) GetRemoveAttributeKeysOk() (*[]string, bool)

GetRemoveAttributeKeysOk returns a tuple with the RemoveAttributeKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRemoveAttributeKeys

func (o *ApprovalAttributesRequest) SetRemoveAttributeKeys(v []string)

SetRemoveAttributeKeys sets RemoveAttributeKeys field to given value.

HasRemoveAttributeKeys

func (o *ApprovalAttributesRequest) HasRemoveAttributeKeys() bool

HasRemoveAttributeKeys returns a boolean if a field has been set.