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.
23854 23855 23856 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23854 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
23852 23853 23854 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23852 def number @number end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23859 23860 23861 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23859 def update!(**args) @number = args[:number] if args.key?(:number) end |