Class ListPoliciesResponse
The response message for PoliciesService.ListPolicies.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class ListPoliciesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The pagination token to retrieve the next page of results. If this field is empty, there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Policies
The results
Declaration
[JsonProperty("policies")]
public virtual IList<Policy> Policies { get; set; }
Property Value
Type | Description |
---|---|
IList<Policy> |