GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsRequest (google_api_cloud_resource_manager v0.44.1)

View Source

The request sent to the ListAvailableOrgPolicyConstraints method on the project, folder, or organization.

Attributes

  • pageSize (type: integer(), default: nil) - 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.
  • pageToken (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsRequest{
    pageSize: integer() | nil,
    pageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.