Class LodgingMetadata
Metadata for the Lodging.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class LodgingMetadata : IDirectResponseSchema
  Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| object | 
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
UpdateTimeRaw
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.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |