Class ListPoliciesResponse
Response to a request to list policies for a given enterprise.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.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
If there are more results, a token to retrieve next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Policies
The list of policies.
Declaration
[JsonProperty("policies")]
public virtual IList<Policy> Policies { get; set; }
Property Value
Type | Description |
---|---|
IList<Policy> |