GoogleApi.AdSensePlatform.V1alpha.Model.ListPlatformChildSitesResponse (google_api_ad_sense_platform v0.4.0)

View Source

Response definition for the list platform child sites rpc.

Attributes

  • nextPageToken (type: String.t, default: nil) - Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's "page_token" value to this.
  • platformChildSites (type: list(GoogleApi.AdSensePlatform.V1alpha.Model.PlatformChildSite.t), default: nil) - The platform child sites returned in this list response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.ListPlatformChildSitesResponse{
  nextPageToken: String.t() | nil,
  platformChildSites:
    [GoogleApi.AdSensePlatform.V1alpha.Model.PlatformChildSite.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.