Show / Hide Table of Contents

Class GuestUnitType

A specific type of unit primarily defined by its features.

Inheritance
object
GuestUnitType
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX