GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsRequest (google_api_cloud_resource_manager v0.40.3) View Source

The request sent to the SearchOrganizations method.

Attributes

  • filter (type: String.t, default: nil) - An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered by owner.directoryCustomerId or by domain, where the domain is a G Suite domain, for example: Filter owner.directorycustomerid:123456789 returns Organization resources with owner.directory_customer_id equal to 123456789. Filter domain:google.com returns Organization resources corresponding to the domain google.com. This field is optional.
  • pageSize (type: integer(), default: nil) - The maximum number of Organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default.
  • pageToken (type: String.t, default: nil) - A pagination token returned from a previous call to SearchOrganizations that indicates from where listing should continue. This field is optional.

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.SearchOrganizationsRequest{
  filter: String.t() | nil,
  pageSize: integer() | nil,
  pageToken: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.