class Google::Apis::LocalservicesV1::GoogleAdsHomeservicesLocalservicesV1AggregatorInfo

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

Attributes

aggregator_provider_id[RW]

Provider id (listed in aggregator system) which maps to a account id in GLS system. Corresponds to the JSON property `aggregatorProviderId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/localservices_v1/classes.rb, line 161
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# 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