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

Message for response to listing data exchanges in an organization and location.

Attributes

  • dataExchanges (type: list(GoogleApi.AnalyticsHub.V1.Model.DataExchange.t), default: nil) - The list of data exchanges.
  • 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.ListOrgDataExchangesResponse{
  dataExchanges: [GoogleApi.AnalyticsHub.V1.Model.DataExchange.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.