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