Class ListOrgPoliciesResponse
The response returned from the ListOrgPolicies
method. It will be empty if no Policies
are set on the
resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v1.Data
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class ListOrgPoliciesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Policies
The Policies
that are set on the resource. It will be empty if no Policies
are set.
Declaration
[JsonProperty("policies")]
public virtual IList<OrgPolicy> Policies { get; set; }
Property Value
Type | Description |
---|---|
IList<OrgPolicy> |