Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber
- 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
-
#number ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber
constructor
A new instance of GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#number ⇒ String
Output only. Government-issued number for the business.
Corresponds to the JSON property number
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 |