Show / Hide Table of Contents

Class GetGoogleUpdatedLodgingResponse

Response message for LodgingService.GetGoogleUpdatedLodging

Inheritance
object
GetGoogleUpdatedLodgingResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX