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.



23854
23855
23856
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23854

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)


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