GoogleApi.AccessApproval.V1beta1.Model.ListApprovalRequestsResponse (google_api_access_approval v0.9.1) 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
Specs
t() :: %GoogleApi.AccessApproval.V1beta1.Model.ListApprovalRequestsResponse{
approvalRequests: [GoogleApi.AccessApproval.V1beta1.Model.ApprovalRequest.t()],
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.