View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness (google_api_play_developer_reporting v0.3.1)

Information about data freshness for a single aggregation period.

Attributes

  • aggregationPeriod (type: String.t, default: nil) - Aggregation period for which data is available.
  • latestEndTime (type: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDateTime.t, default: nil) - Latest end time for which data is available, for the aggregation period. The time is specified in the metric set's default timezone. Note: time ranges in TimelineSpec are represented as start_time, end_time). For example, if the latest available timeline data point for a DAILY aggregation period is 2021-06-23 00:00:00 America/Los_Angeles, the value of this field would be 2021-06-24 00:00:00 America/Los_Angeles so it can be easily reused in [TimelineSpec.end_time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness{
    aggregationPeriod: String.t() | nil,
    latestEndTime:
      GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDateTime.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.