View Source GoogleApi.ChromeUXReport.V1.Model.CollectionPeriod (google_api_chrome_ux_report v0.4.0)

The collection period is a date range which includes the first and last day.

Attributes

  • firstDate (type: GoogleApi.ChromeUXReport.V1.Model.Date.t, default: nil) - The first day in the collection period, inclusive.
  • lastDate (type: GoogleApi.ChromeUXReport.V1.Model.Date.t, default: nil) - The last day in the collection period, inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.CollectionPeriod{
  firstDate: GoogleApi.ChromeUXReport.V1.Model.Date.t() | nil,
  lastDate: GoogleApi.ChromeUXReport.V1.Model.Date.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.