View Source GoogleApi.AdMob.V1.Model.ListAppsResponse (google_api_ad_mob v0.10.0)

Response for the apps list request.

Attributes

  • apps (type: list(GoogleApi.AdMob.V1.Model.App.t), default: nil) - The resulting apps for the requested account.
  • nextPageToken (type: String.t, default: nil) - If not empty, indicates that there may be more apps for the request; this value should be passed in a new ListAppsRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.ListAppsResponse{
  apps: [GoogleApi.AdMob.V1.Model.App.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.