Class GoogleCloudOrgpolicyV2ListConstraintsResponse
The response returned from the ListConstraints method.
Implements
Inherited Members
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 |