View Source GoogleApi.AnalyticsReporting.V4.Model.DateRange (google_api_analytics_reporting v0.18.0)

A contiguous set of days: startDate, startDate + 1 day, ..., endDate. The start and end dates are specified in ISO8601 date format YYYY-MM-DD.

Attributes

  • endDate (type: String.t, default: nil) - The end date for the query in the format YYYY-MM-DD.
  • startDate (type: String.t, default: nil) - The start date for the query in the format YYYY-MM-DD.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.DateRange{
  endDate: String.t() | nil,
  startDate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.