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] |
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
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
func (o *AccessRequestResponse) GetNewRequests() []AccessRequestTracking
GetNewRequests returns the NewRequests field if non-nil, zero value otherwise.
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.
func (o *AccessRequestResponse) SetNewRequests(v []AccessRequestTracking)
SetNewRequests sets NewRequests field to given value.
func (o *AccessRequestResponse) HasNewRequests() bool
HasNewRequests returns a boolean if a field has been set.
func (o *AccessRequestResponse) GetExistingRequests() []AccessRequestTracking
GetExistingRequests returns the ExistingRequests field if non-nil, zero value otherwise.
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.
func (o *AccessRequestResponse) SetExistingRequests(v []AccessRequestTracking)
SetExistingRequests sets ExistingRequests field to given value.
func (o *AccessRequestResponse) HasExistingRequests() bool
HasExistingRequests returns a boolean if a field has been set.