Class ListAvailableOrgPolicyConstraintsRequest
The request sent to the ListAvailableOrgPolicyConstraints method on the project, folder, or organization.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v1.Data
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class ListAvailableOrgPolicyConstraintsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |