View Source GoogleApi.AppHub.V1.Model.ListApplicationsResponse (google_api_app_hub v0.2.0)
Response for ListApplications.
Attributes
-
applications
(type:list(GoogleApi.AppHub.V1.Model.Application.t)
, default:nil
) - List of Applications. -
nextPageToken
(type:String.t
, default:nil
) - A token identifying a page of results the server should return. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppHub.V1.Model.ListApplicationsResponse{ applications: [GoogleApi.AppHub.V1.Model.Application.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.