View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppsResponse (google_api_apigee v0.46.0)

Attributes

  • app (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1App.t), default: nil) -
  • nextPageToken (type: String.t, default: nil) - Token that can be sent as next_page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • totalSize (type: integer(), default: nil) - Total count of Apps.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppsResponse{
  app: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1App.t()] | nil,
  nextPageToken: String.t() | nil,
  totalSize: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.