Class: Google::Apis::LocalservicesV1::GoogleAdsHomeservicesLocalservicesV1AggregatorInfo
- Inherits:
-
Object
- Object
- Google::Apis::LocalservicesV1::GoogleAdsHomeservicesLocalservicesV1AggregatorInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/localservices_v1/classes.rb,
generated/google/apis/localservices_v1/representations.rb,
generated/google/apis/localservices_v1/representations.rb
Overview
Conatiner for aggregator specific information if lead is for an aggregator GLS account.
Instance Attribute Summary collapse
-
#aggregator_provider_id ⇒ String
Provider id (listed in aggregator system) which maps to a account id in GLS system.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsHomeservicesLocalservicesV1AggregatorInfo
constructor
A new instance of GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsHomeservicesLocalservicesV1AggregatorInfo
Returns a new instance of GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.
155 156 157 |
# File 'generated/google/apis/localservices_v1/classes.rb', line 155 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aggregator_provider_id ⇒ String
Provider id (listed in aggregator system) which maps to a account id in GLS
system.
Corresponds to the JSON property aggregatorProviderId
153 154 155 |
# File 'generated/google/apis/localservices_v1/classes.rb', line 153 def aggregator_provider_id @aggregator_provider_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
160 161 162 |
# File 'generated/google/apis/localservices_v1/classes.rb', line 160 def update!(**args) @aggregator_provider_id = args[:aggregator_provider_id] if args.key?(:aggregator_provider_id) end |