class Google::Apis::MybusinesslodgingV1::LodgingMetadata

Metadata for the Lodging.

Attributes

update_time[RW]

Required. The latest time at which the Lodging data is asserted to be true in the real world. This is not necessarily the time at which the request is made. Corresponds to the JSON property `updateTime` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 2470
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 2475
def update!(**args)
  @update_time = args[:update_time] if args.key?(:update_time)
end