class Google::Apis::PlusDomainsV1::Place::Address
The physical address of the place.
Attributes
formatted[RW]
The formatted address for display. Corresponds to the JSON property `formatted` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 2496 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/plus_domains_v1/classes.rb, line 2501 def update!(**args) @formatted = args[:formatted] if args.key?(:formatted) end