Class GetGoogleUpdatedLodgingResponse
Response message for LodgingService.GetGoogleUpdatedLodging
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class GetGoogleUpdatedLodgingResponse : IDirectResponseSchema
Properties
DiffMask
Required. The fields in the Lodging that have been updated by Google. Repeated field items are not individually specified.
Declaration
[JsonProperty("diffMask")]
public virtual object DiffMask { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Lodging
Required. The Google updated Lodging.
Declaration
[JsonProperty("lodging")]
public virtual Lodging Lodging { get; set; }
Property Value
Type | Description |
---|---|
Lodging |