GoogleApi.AdMob.V1.Model.DateRange (google_api_ad_mob v0.9.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdMob.V1.Model.DateRange{
endDate: GoogleApi.AdMob.V1.Model.Date.t() | nil,
startDate: GoogleApi.AdMob.V1.Model.Date.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.