View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse (google_api_play_developer_reporting v0.5.0)
Response with a paginated list of error reports matching the search query.
Attributes
-
errorReports
(type:list(GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ErrorReport.t)
, default:nil
) - Error reports that were found. -
nextPageToken
(type:String.t
, default:nil
) - Page token to fetch the next page of reports.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse{ errorReports: [ GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ErrorReport.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.