View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaListReportsResponse (google_api_checks v0.5.0)

The response message for ReportService.ListReports.

Attributes

  • 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.
  • reports (type: list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaReport.t), default: nil) - The reports for the specified app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaListReportsResponse{
    nextPageToken: String.t() | nil,
    reports:
      [GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaReport.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.