Class GuestUnitType
A specific type of unit primarily defined by its features.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class GuestUnitType : IDirectResponseSchema
Properties
Codes
Required. Unit or room code identifiers for a single GuestUnitType. Each code must be unique within a Lodging instance.
Declaration
[JsonProperty("codes")]
public virtual IList<string> Codes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Features
Features and available amenities of the GuestUnitType.
Declaration
[JsonProperty("features")]
public virtual GuestUnitFeatures Features { get; set; }
Property Value
Type | Description |
---|---|
GuestUnitFeatures |
Label
Required. Short, English label or name of the GuestUnitType. Target <50 chars.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |