Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableLocationsRequest

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

Request message for ReachPlanService.ListPlannableLocations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableLocationsRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesListPlannableLocationsRequest.



43068
43069
43070
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43068

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

Instance Attribute Details

#reach_application_infoGoogle::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 reachApplicationInfo



43066
43067
43068
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43066

def reach_application_info
  @reach_application_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43073
43074
43075
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43073

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