Show / Hide Table of Contents

Class GoogleCloudOrgpolicyV2ListConstraintsResponse

The response returned from the ListConstraints method.

Inheritance
object
GoogleCloudOrgpolicyV2ListConstraintsResponse
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 GoogleCloudOrgpolicyV2ListConstraintsResponse : IDirectResponseSchema

Properties

Constraints

The collection of constraints that are available on the targeted resource.

Declaration
[JsonProperty("constraints")]
public virtual IList<GoogleCloudOrgpolicyV2Constraint> Constraints { get; set; }
Property Value
Type Description
IList<GoogleCloudOrgpolicyV2Constraint>

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.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX