View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse (google_api_play_developer_reporting v0.5.1)
Response with a list of anomalies in datasets.
Attributes
-
anomalies
(type:list(GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1Anomaly.t)
, default:nil
) - Anomalies that were found. -
nextPageToken
(type:String.t
, default:nil
) - Continuation token to fetch the next page of data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse{ anomalies: [ GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1Anomaly.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.