class Google::Apis::PlusV1::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_v1/classes.rb, line 2018
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_v1/classes.rb, line 2023
def update!(**args)
  @formatted = args[:formatted] if args.key?(:formatted)
end