Class ListApprovalRequestsResponse
Response to listing of ApprovalRequest objects.
Implements
Inherited Members
Namespace: Google.Apis.AccessApproval.v1.Data
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class ListApprovalRequestsResponse : IDirectResponseSchema
Properties
ApprovalRequests
Approval request details.
Declaration
[JsonProperty("approvalRequests")]
public virtual IList<ApprovalRequest> ApprovalRequests { get; set; }
Property Value
Type | Description |
---|---|
IList<ApprovalRequest> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to retrieve the next page of results, or empty if there are no more.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |