View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppsResponse (google_api_apigee v0.53.0)
Attributes
-
app(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1App.t), default:nil) - -
nextPageToken(type:String.t, default:nil) - Token that can be sent asnext_page_tokento 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 }