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

View Source

The response returned from the SearchOrganizations method.

Attributes

  • nextPageToken (type: String.t, default: nil) - A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
  • organizations (type: list(GoogleApi.CloudResourceManager.V1.Model.Organization.t), default: nil) - The list of Organizations that matched the search query, possibly paginated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsResponse{
  nextPageToken: String.t() | nil,
  organizations:
    [GoogleApi.CloudResourceManager.V1.Model.Organization.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.