View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppGroupAppsResponse (google_api_apigee v0.53.0)
Response for ListAppGroupApps
Attributes
-
appGroupApps(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroupApp.t), default:nil) - List of AppGroup apps and their credentials. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppGroupAppsResponse{ appGroupApps: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroupApp.t()] | nil, nextPageToken: String.t() | nil }