Class: Google::Apis::MybusinessverificationsV1::ServiceBusinessContext

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/mybusinessverifications_v1/classes.rb,
lib/google/apis/mybusinessverifications_v1/representations.rb,
lib/google/apis/mybusinessverifications_v1/representations.rb

Overview

Additional data for service business verification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceBusinessContext

Returns a new instance of ServiceBusinessContext.



393
394
395
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 393

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

Instance Attribute Details

#addressGoogle::Apis::MybusinessverificationsV1::PostalAddress

Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 Corresponds to the JSON property address



391
392
393
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 391

def address
  @address
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



398
399
400
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 398

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