GoogleApi.CloudResourceManager.V1.Model.ListOrgPoliciesRequest (google_api_cloud_resource_manager v0.34.2) View Source

The request sent to the ListOrgPolicies 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.