Show / Hide Table of Contents

Class GoogleCloudOrgpolicyV2ListPoliciesResponse

The response returned from the ListPolicies method. It will be empty if no policies are set on the resource.

Inheritance
object
GoogleCloudOrgpolicyV2ListPoliciesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2ListPoliciesResponse : 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

All policies that exist on the resource. It will be empty if no policies are set.

Declaration
[JsonProperty("policies")]
public virtual IList<GoogleCloudOrgpolicyV2Policy> Policies { get; set; }
Property Value
Type Description
IList<GoogleCloudOrgpolicyV2Policy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX