Class: Google::Apis::LocalservicesV1::GoogleAdsHomeservicesLocalservicesV1AggregatorInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/localservices_v1/classes.rb,
lib/google/apis/localservices_v1/representations.rb,
lib/google/apis/localservices_v1/representations.rb

Overview

Conatiner for aggregator specific information if lead is for an aggregator GLS account.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsHomeservicesLocalservicesV1AggregatorInfo

Returns a new instance of GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.



161
162
163
# File 'lib/google/apis/localservices_v1/classes.rb', line 161

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

Instance Attribute Details

#aggregator_provider_idString

Provider id (listed in aggregator system) which maps to a account id in GLS system. Corresponds to the JSON property aggregatorProviderId

Returns:

  • (String)


159
160
161
# File 'lib/google/apis/localservices_v1/classes.rb', line 159

def aggregator_provider_id
  @aggregator_provider_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



166
167
168
# File 'lib/google/apis/localservices_v1/classes.rb', line 166

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