google_api_access_approval v0.5.0 GoogleApi.AccessApproval.V1beta1.Model.ListApprovalRequestsResponse View Source
Response to listing of ApprovalRequest objects.
Attributes
approvalRequests(type:list(GoogleApi.AccessApproval.V1beta1.Model.ApprovalRequest.t), default:nil) - Approval request details.nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AccessApproval.V1beta1.Model.ListApprovalRequestsResponse{
approvalRequests: [GoogleApi.AccessApproval.V1beta1.Model.ApprovalRequest.t()],
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.