GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSpacesResponse (google_api_apigee v0.54.0)

View Source

A response to a ListSpaces request containing the list of organization spaces and a page token for the next page.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • spaces (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Space.t), default: nil) - List of Apigee organization spaces.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSpacesResponse{
  nextPageToken: String.t() | nil,
  spaces: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Space.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.