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.



24001
24002
24003
# File 'lib/google/apis/searchads360_v23/classes.rb', line 24001

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)


23999
24000
24001
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23999

def number
  @number
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24006
24007
24008
# File 'lib/google/apis/searchads360_v23/classes.rb', line 24006

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