GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSpacesResponse (google_api_apigee v0.54.0)
View SourceA 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 aspage_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
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSpacesResponse{ nextPageToken: String.t() | nil, spaces: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Space.t()] | nil }