GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1FetchReportResultsResponse (google_api_cloud_channel v0.11.4)

View Source

Response message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.

Attributes

  • nextPageToken (type: String.t, default: nil) - Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
  • reportMetadata (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportResultsMetadata.t, default: nil) - The metadata for the report results (display name, columns, row count, and date ranges).
  • rows (type: list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Row.t), default: nil) - The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1FetchReportResultsResponse{
    nextPageToken: String.t() | nil,
    reportMetadata:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportResultsMetadata.t()
      | nil,
    rows: [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Row.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.