Class LivingArea
An individual room, such as kitchen, bathroom, bedroom, within a bookable guest unit.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class LivingArea : IDirectResponseSchema
  Properties
Accessibility
Accessibility features of the living area.
Declaration
[JsonProperty("accessibility")]
public virtual LivingAreaAccessibility Accessibility { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LivingAreaAccessibility | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Eating
Information about eating features in the living area.
Declaration
[JsonProperty("eating")]
public virtual LivingAreaEating Eating { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LivingAreaEating | 
Features
Features in the living area.
Declaration
[JsonProperty("features")]
public virtual LivingAreaFeatures Features { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LivingAreaFeatures | 
Layout
Information about the layout of the living area.
Declaration
[JsonProperty("layout")]
public virtual LivingAreaLayout Layout { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LivingAreaLayout | 
Sleeping
Information about sleeping features in the living area.
Declaration
[JsonProperty("sleeping")]
public virtual LivingAreaSleeping Sleeping { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LivingAreaSleeping |