google_api_cloud_resource_manager v0.21.0 GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsRequest View Source

The request sent to the [ListAvailableOrgPolicyConstraints] google.cloud.OrgPolicy.v1.ListAvailableOrgPolicyConstraints] method.

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsRequest{
    pageSize: integer(),
    pageToken: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.