Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.19 KB

NonEmployeeApprovalItemDetailAllOf.md

File metadata and controls

56 lines (31 loc) · 2.19 KB

NonEmployeeApprovalItemDetailAllOf

Properties

Name Type Description Notes
NonEmployeeRequest Pointer to NonEmployeeRequestWithoutApprovalItem [optional]

Methods

NewNonEmployeeApprovalItemDetailAllOf

func NewNonEmployeeApprovalItemDetailAllOf() *NonEmployeeApprovalItemDetailAllOf

NewNonEmployeeApprovalItemDetailAllOf instantiates a new NonEmployeeApprovalItemDetailAllOf 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

NewNonEmployeeApprovalItemDetailAllOfWithDefaults

func NewNonEmployeeApprovalItemDetailAllOfWithDefaults() *NonEmployeeApprovalItemDetailAllOf

NewNonEmployeeApprovalItemDetailAllOfWithDefaults instantiates a new NonEmployeeApprovalItemDetailAllOf 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

GetNonEmployeeRequest

func (o *NonEmployeeApprovalItemDetailAllOf) GetNonEmployeeRequest() NonEmployeeRequestWithoutApprovalItem

GetNonEmployeeRequest returns the NonEmployeeRequest field if non-nil, zero value otherwise.

GetNonEmployeeRequestOk

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

SetNonEmployeeRequest

func (o *NonEmployeeApprovalItemDetailAllOf) SetNonEmployeeRequest(v NonEmployeeRequestWithoutApprovalItem)

SetNonEmployeeRequest sets NonEmployeeRequest field to given value.

HasNonEmployeeRequest

func (o *NonEmployeeApprovalItemDetailAllOf) HasNonEmployeeRequest() bool

HasNonEmployeeRequest returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]