View Source GoogleApi.AnalyticsHub.V1.Model.ListListingsResponse (google_api_analytics_hub v0.5.0)

Message for response to the list of Listings.

Attributes

  • listings (type: list(GoogleApi.AnalyticsHub.V1.Model.Listing.t), default: nil) - The list of Listing.
  • nextPageToken (type: String.t, default: nil) - A token to request the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.ListListingsResponse{
  listings: [GoogleApi.AnalyticsHub.V1.Model.Listing.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.