Class GoogleChromePolicyVersionsV1ListPolicySchemasResponse
Response message for listing policy schemas that match a filter.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1ListPolicySchemasResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The page token used to get the next page of policy schemas.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicySchemas
The list of policy schemas that match the query.
Declaration
[JsonProperty("policySchemas")]
public virtual IList<GoogleChromePolicyVersionsV1PolicySchema> PolicySchemas { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicySchema> |