Name | Type | Description | Notes |
---|---|---|---|
Approved | bool | Whether or not to approve the access request. | |
Comment | string | A comment about the decision to approve or deny the request. | |
Approver | string | The name of the entity that approved or denied the request. |
func NewAccessRequestPreApproval1(approved bool, comment string, approver string, ) *AccessRequestPreApproval1
NewAccessRequestPreApproval1 instantiates a new AccessRequestPreApproval1 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 NewAccessRequestPreApproval1WithDefaults() *AccessRequestPreApproval1
NewAccessRequestPreApproval1WithDefaults instantiates a new AccessRequestPreApproval1 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 *AccessRequestPreApproval1) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
func (o *AccessRequestPreApproval1) GetApprovedOk() (*bool, bool)
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestPreApproval1) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *AccessRequestPreApproval1) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *AccessRequestPreApproval1) 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 *AccessRequestPreApproval1) SetComment(v string)
SetComment sets Comment field to given value.
func (o *AccessRequestPreApproval1) GetApprover() string
GetApprover returns the Approver field if non-nil, zero value otherwise.
func (o *AccessRequestPreApproval1) GetApproverOk() (*string, 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 *AccessRequestPreApproval1) SetApprover(v string)
SetApprover sets Approver field to given value.