View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppGroupsResponse (google_api_apigee v0.53.0)
ListAppGroupsResponse contains the 0 or more AppGroups, along with the optional page token and the total count of apps.
Attributes
-
appGroups(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroup.t), default:nil) - List of AppGroups. -
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 AppGroups.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAppGroupsResponse{ appGroups: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroup.t()] | nil, nextPageToken: String.t() | nil, totalSize: integer() | nil }