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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.