google_api_analytics_reporting v0.1.0 GoogleApi.AnalyticsReporting.V4.Model.DateRange View Source

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 (String.t): The end date for the query in the format `YYYY-MM-DD`. Defaults to: null.
  • startDate (String.t): The start date for the query in the format `YYYY-MM-DD`. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.DateRange{
  endDate: any(),
  startDate: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.