Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.91 KB

AccessRequestResponse.md

File metadata and controls

82 lines (45 loc) · 2.91 KB

AccessRequestResponse

Properties

Name Type Description Notes
NewRequests Pointer to []AccessRequestTracking A list of new access request tracking data mapped to the values requested. [optional]
ExistingRequests Pointer to []AccessRequestTracking A list of existing access request tracking data mapped to the values requested. This indicates access has already been requested for this item. [optional]

Methods

NewAccessRequestResponse

func NewAccessRequestResponse() *AccessRequestResponse

NewAccessRequestResponse instantiates a new AccessRequestResponse 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

NewAccessRequestResponseWithDefaults

func NewAccessRequestResponseWithDefaults() *AccessRequestResponse

NewAccessRequestResponseWithDefaults instantiates a new AccessRequestResponse 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

GetNewRequests

func (o *AccessRequestResponse) GetNewRequests() []AccessRequestTracking

GetNewRequests returns the NewRequests field if non-nil, zero value otherwise.

GetNewRequestsOk

func (o *AccessRequestResponse) GetNewRequestsOk() (*[]AccessRequestTracking, bool)

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

SetNewRequests

func (o *AccessRequestResponse) SetNewRequests(v []AccessRequestTracking)

SetNewRequests sets NewRequests field to given value.

HasNewRequests

func (o *AccessRequestResponse) HasNewRequests() bool

HasNewRequests returns a boolean if a field has been set.

GetExistingRequests

func (o *AccessRequestResponse) GetExistingRequests() []AccessRequestTracking

GetExistingRequests returns the ExistingRequests field if non-nil, zero value otherwise.

GetExistingRequestsOk

func (o *AccessRequestResponse) GetExistingRequestsOk() (*[]AccessRequestTracking, bool)

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

SetExistingRequests

func (o *AccessRequestResponse) SetExistingRequests(v []AccessRequestTracking)

SetExistingRequests sets ExistingRequests field to given value.

HasExistingRequests

func (o *AccessRequestResponse) HasExistingRequests() bool

HasExistingRequests returns a boolean if a field has been set.

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