View Source GoogleApi.AdMob.V1.Model.DateRange (google_api_ad_mob v0.10.0)

Specification of a single date range. Both dates are inclusive.

Attributes

  • endDate (type: GoogleApi.AdMob.V1.Model.Date.t, default: nil) - End date of the date range, inclusive. Must be greater than or equal to the start date.
  • startDate (type: GoogleApi.AdMob.V1.Model.Date.t, default: nil) - Start date of the date range, inclusive. Must be less than or equal to the end date.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.DateRange{
  endDate: GoogleApi.AdMob.V1.Model.Date.t() | nil,
  startDate: GoogleApi.AdMob.V1.Model.Date.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.