View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1FreshnessInfo (google_api_play_developer_reporting v0.5.0)
Represents the latest available time that can be requested in a TimelineSpec. Different aggregation periods have different freshness. For example, DAILY
aggregation may lag behind HOURLY
in cases where such aggregation is computed only once at the end of the day.
Attributes
-
freshnesses
(type:list(GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness.t)
, default:nil
) - Information about data freshness for every supported aggregation period. This field has set semantics, keyed by theaggregation_period
field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1FreshnessInfo{ freshnesses: [ GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.