Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.



43455
43456
43457
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43455

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#supported_datesGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDateRange

A date range. Corresponds to the JSON property supportedDates



43453
43454
43455
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43453

def supported_dates
  @supported_dates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43460
43461
43462
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43460

def update!(**args)
  @supported_dates = args[:supported_dates] if args.key?(:supported_dates)
end