Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber

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

specific to a local services business registration number.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber

Returns a new instance of GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber.



23941
23942
23943
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23941

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

Instance Attribute Details

#numberString

Output only. Government-issued number for the business. Corresponds to the JSON property number

Returns:

  • (String)


23939
23940
23941
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23939

def number
  @number
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23946
23947
23948
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23946

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