Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Non-Employee approval item id | [optional] |
Approver | Pointer to IdentityReferenceWithId | [optional] | |
AccountName | Pointer to string | Requested identity account name | [optional] |
ApprovalStatus | Pointer to ApprovalStatus | [optional] | |
ApprovalOrder | Pointer to float32 | Approval order | [optional] |
Comment | Pointer to string | comment of approver | [optional] |
Modified | Pointer to time.Time | When the request was last modified. | [optional] |
Created | Pointer to time.Time | When the request was created. | [optional] |
NonEmployeeRequest | Pointer to NonEmployeeRequestWithoutApprovalItem | [optional] |
func NewNonEmployeeApprovalItemDetail() *NonEmployeeApprovalItemDetail
NewNonEmployeeApprovalItemDetail instantiates a new NonEmployeeApprovalItemDetail 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 NewNonEmployeeApprovalItemDetailWithDefaults() *NonEmployeeApprovalItemDetail
NewNonEmployeeApprovalItemDetailWithDefaults instantiates a new NonEmployeeApprovalItemDetail 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 *NonEmployeeApprovalItemDetail) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetId(v string)
SetId sets Id field to given value.
func (o *NonEmployeeApprovalItemDetail) HasId() bool
HasId returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetApprover() IdentityReferenceWithId
GetApprover returns the Approver field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetApproverOk() (*IdentityReferenceWithId, 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 *NonEmployeeApprovalItemDetail) SetApprover(v IdentityReferenceWithId)
SetApprover sets Approver field to given value.
func (o *NonEmployeeApprovalItemDetail) HasApprover() bool
HasApprover returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *NonEmployeeApprovalItemDetail) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetApprovalStatus() ApprovalStatus
GetApprovalStatus returns the ApprovalStatus field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetApprovalStatusOk() (*ApprovalStatus, bool)
GetApprovalStatusOk returns a tuple with the ApprovalStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetApprovalStatus(v ApprovalStatus)
SetApprovalStatus sets ApprovalStatus field to given value.
func (o *NonEmployeeApprovalItemDetail) HasApprovalStatus() bool
HasApprovalStatus returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetApprovalOrder() float32
GetApprovalOrder returns the ApprovalOrder field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetApprovalOrderOk() (*float32, bool)
GetApprovalOrderOk returns a tuple with the ApprovalOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetApprovalOrder(v float32)
SetApprovalOrder sets ApprovalOrder field to given value.
func (o *NonEmployeeApprovalItemDetail) HasApprovalOrder() bool
HasApprovalOrder returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) 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 *NonEmployeeApprovalItemDetail) SetComment(v string)
SetComment sets Comment field to given value.
func (o *NonEmployeeApprovalItemDetail) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *NonEmployeeApprovalItemDetail) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *NonEmployeeApprovalItemDetail) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *NonEmployeeApprovalItemDetail) GetNonEmployeeRequest() NonEmployeeRequestWithoutApprovalItem
GetNonEmployeeRequest returns the NonEmployeeRequest field if non-nil, zero value otherwise.
func (o *NonEmployeeApprovalItemDetail) GetNonEmployeeRequestOk() (*NonEmployeeRequestWithoutApprovalItem, bool)
GetNonEmployeeRequestOk returns a tuple with the NonEmployeeRequest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeApprovalItemDetail) SetNonEmployeeRequest(v NonEmployeeRequestWithoutApprovalItem)
SetNonEmployeeRequest sets NonEmployeeRequest field to given value.
func (o *NonEmployeeApprovalItemDetail) HasNonEmployeeRequest() bool
HasNonEmployeeRequest returns a boolean if a field has been set.