View Source GoogleApi.AnalyticsData.V1beta.Model.ListAudienceExportsResponse (google_api_analytics_data v0.14.0)

A list of all audience exports for a property.

Attributes

  • audienceExports (type: list(GoogleApi.AnalyticsData.V1beta.Model.AudienceExport.t), default: nil) - Each audience export for a property.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.ListAudienceExportsResponse{
  audienceExports:
    [GoogleApi.AnalyticsData.V1beta.Model.AudienceExport.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.