Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest
- 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
Request message for AudienceInsightsService.ListInsightsEligibleDates.
Instance Attribute Summary collapse
-
#insights_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest.
43748 43749 43750 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43748 def initialize(**args) update!(**args) end |
Instance Attribute Details
#insights_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request. This
field is only used by ContentCreatorInsightsService, AudienceInsightsService,
and ReachPlanService APIs.
Corresponds to the JSON property insightsApplicationInfo
43746 43747 43748 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43746 def insights_application_info @insights_application_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43753 43754 43755 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43753 def update!(**args) @insights_application_info = args[:insights_application_info] if args.key?(:insights_application_info) end |