Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse
- 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 AudienceInsightsService.ListInsightsEligibleDates.
Instance Attribute Summary collapse
-
#data_months ⇒ Array<String>
The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".
-
#last_thirty_days ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDateRange
A date range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse.
43701 43702 43703 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43701 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_months ⇒ Array<String>
The months for which AudienceInsights data is currently available, each
represented as a string in the form "YYYY-MM".
Corresponds to the JSON property dataMonths
43694 43695 43696 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43694 def data_months @data_months end |
#last_thirty_days ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDateRange
A date range.
Corresponds to the JSON property lastThirtyDays
43699 43700 43701 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43699 def last_thirty_days @last_thirty_days end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43706 43707 43708 43709 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43706 def update!(**args) @data_months = args[:data_months] if args.key?(:data_months) @last_thirty_days = args[:last_thirty_days] if args.key?(:last_thirty_days) end |