class Google::Apis::MybusinesslodgingV1::GetGoogleUpdatedLodgingResponse
Response message for LodgingService.GetGoogleUpdatedLodging
Attributes
diff_mask[RW]
lodging[RW]
Lodging
of a location that provides accomodations. Corresponds to the JSON property `lodging` @return [Google::Apis::MybusinesslodgingV1::Lodging]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 864 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 869 def update!(**args) @diff_mask = args[:diff_mask] if args.key?(:diff_mask) @lodging = args[:lodging] if args.key?(:lodging) end