class Google::Apis::PlusDomainsV1::Person::PlacesLived

Attributes

primary[RW]

If “true”, this place of residence is this person's primary residence. Corresponds to the JSON property `primary` @return [Boolean]

primary?[RW]

If “true”, this place of residence is this person's primary residence. Corresponds to the JSON property `primary` @return [Boolean]

value[RW]

A place where this person has lived. For example: “Seattle, WA”, “Near Toronto” . Corresponds to the JSON property `value` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 2397
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 2402
def update!(**args)
  @primary = args[:primary] if args.key?(:primary)
  @value = args[:value] if args.key?(:value)
end