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.
43773 43774 43775 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43773 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
43766 43767 43768 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43766 def data_months @data_months end |
#last_thirty_days ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDateRange
A date range.
Corresponds to the JSON property lastThirtyDays
43771 43772 43773 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43771 def last_thirty_days @last_thirty_days end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43778 43779 43780 43781 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43778 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 |