Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Response message for BenchmarksService.ListBenchmarksAvailableDates.
Instance Attribute Summary collapse
-
#supported_dates ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDateRange
A date range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.
42762 42763 42764 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42762 def initialize(**args) update!(**args) end |
Instance Attribute Details
#supported_dates ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDateRange
A date range.
Corresponds to the JSON property supportedDates
42760 42761 42762 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42760 def supported_dates @supported_dates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42767 42768 42769 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42767 def update!(**args) @supported_dates = args[:supported_dates] if args.key?(:supported_dates) end |