Show / Hide Table of Contents

Class Pools

Swimming pool or recreational water facilities available at the hotel.

Inheritance
object
Pools
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 Pools : IDirectResponseSchema

Properties

AdultPool

Adult pool. A pool restricted for use by adults only. Can be indoors or outdoors.

Declaration
[JsonProperty("adultPool")]
public virtual bool? AdultPool { get; set; }
Property Value
Type Description
bool?

AdultPoolException

Adult pool exception.

Declaration
[JsonProperty("adultPoolException")]
public virtual string AdultPoolException { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HotTub

Hot tub. A man-made pool containing bubbling water maintained at a higher temperature and circulated by aerating jets for the purpose of soaking, relaxation and hydrotherapy. Can be indoors or outdoors. Not used for active swimming. Also known as Jacuzzi. Hot tub must be in a common area where all guests can access it. Does not apply to room-specific hot tubs that are only accessible to guest occupying that room.

Declaration
[JsonProperty("hotTub")]
public virtual bool? HotTub { get; set; }
Property Value
Type Description
bool?

HotTubException

Hot tub exception.

Declaration
[JsonProperty("hotTubException")]
public virtual string HotTubException { get; set; }
Property Value
Type Description
string

IndoorPool

Indoor pool. A pool located inside the hotel and available for guests to use for swimming and/or soaking. Use may or may not be restricted to adults and/or children.

Declaration
[JsonProperty("indoorPool")]
public virtual bool? IndoorPool { get; set; }
Property Value
Type Description
bool?

IndoorPoolException

Indoor pool exception.

Declaration
[JsonProperty("indoorPoolException")]
public virtual string IndoorPoolException { get; set; }
Property Value
Type Description
string

IndoorPoolsCount

Indoor pools count. The sum of all indoor pools at the hotel.

Declaration
[JsonProperty("indoorPoolsCount")]
public virtual int? IndoorPoolsCount { get; set; }
Property Value
Type Description
int?

IndoorPoolsCountException

Indoor pools count exception.

Declaration
[JsonProperty("indoorPoolsCountException")]
public virtual string IndoorPoolsCountException { get; set; }
Property Value
Type Description
string

LazyRiver

Lazy river. A man-made pool or several interconnected recreational pools built to mimic the shape and current of a winding river where guests float in the water on inflated rubber tubes. Can be indoors or outdoors.

Declaration
[JsonProperty("lazyRiver")]
public virtual bool? LazyRiver { get; set; }
Property Value
Type Description
bool?

LazyRiverException

Lazy river exception.

Declaration
[JsonProperty("lazyRiverException")]
public virtual string LazyRiverException { get; set; }
Property Value
Type Description
string

Lifeguard

Lifeguard. A trained member of the hotel staff stationed by the hotel's indoor or outdoor swimming area and responsible for the safety of swimming guests.

Declaration
[JsonProperty("lifeguard")]
public virtual bool? Lifeguard { get; set; }
Property Value
Type Description
bool?

LifeguardException

Lifeguard exception.

Declaration
[JsonProperty("lifeguardException")]
public virtual string LifeguardException { get; set; }
Property Value
Type Description
string

OutdoorPool

Outdoor pool. A pool located outside on the grounds of the hotel and available for guests to use for swimming, soaking or recreation. Use may or may not be restricted to adults and/or children.

Declaration
[JsonProperty("outdoorPool")]
public virtual bool? OutdoorPool { get; set; }
Property Value
Type Description
bool?

OutdoorPoolException

Outdoor pool exception.

Declaration
[JsonProperty("outdoorPoolException")]
public virtual string OutdoorPoolException { get; set; }
Property Value
Type Description
string

OutdoorPoolsCount

Outdoor pools count. The sum of all outdoor pools at the hotel.

Declaration
[JsonProperty("outdoorPoolsCount")]
public virtual int? OutdoorPoolsCount { get; set; }
Property Value
Type Description
int?

OutdoorPoolsCountException

Outdoor pools count exception.

Declaration
[JsonProperty("outdoorPoolsCountException")]
public virtual string OutdoorPoolsCountException { get; set; }
Property Value
Type Description
string

Pool

Pool. The presence of a pool, either indoors or outdoors, for guests to use for swimming and/or soaking. Use may or may not be restricted to adults and/or children.

Declaration
[JsonProperty("pool")]
public virtual bool? Pool { get; set; }
Property Value
Type Description
bool?

PoolException

Pool exception.

Declaration
[JsonProperty("poolException")]
public virtual string PoolException { get; set; }
Property Value
Type Description
string

PoolsCount

Pools count. The sum of all pools at the hotel.

Declaration
[JsonProperty("poolsCount")]
public virtual int? PoolsCount { get; set; }
Property Value
Type Description
int?

PoolsCountException

Pools count exception.

Declaration
[JsonProperty("poolsCountException")]
public virtual string PoolsCountException { get; set; }
Property Value
Type Description
string

WadingPool

Wading pool. A shallow pool designed for small children to play in. Can be indoors or outdoors. Also known as kiddie pool.

Declaration
[JsonProperty("wadingPool")]
public virtual bool? WadingPool { get; set; }
Property Value
Type Description
bool?

WadingPoolException

Wading pool exception.

Declaration
[JsonProperty("wadingPoolException")]
public virtual string WadingPoolException { get; set; }
Property Value
Type Description
string

WaterPark

Water park. An aquatic recreation area with a large pool or series of pools that has features such as a water slide or tube, wavepool, fountains, rope swings, and/or obstacle course. Can be indoors or outdoors. Also known as adventure pool.

Declaration
[JsonProperty("waterPark")]
public virtual bool? WaterPark { get; set; }
Property Value
Type Description
bool?

WaterParkException

Water park exception.

Declaration
[JsonProperty("waterParkException")]
public virtual string WaterParkException { get; set; }
Property Value
Type Description
string

Waterslide

Waterslide. A continuously wetted chute positioned by an indoor or outdoor pool which people slide down into the water.

Declaration
[JsonProperty("waterslide")]
public virtual bool? Waterslide { get; set; }
Property Value
Type Description
bool?

WaterslideException

Waterslide exception.

Declaration
[JsonProperty("waterslideException")]
public virtual string WaterslideException { get; set; }
Property Value
Type Description
string

WavePool

Wave pool. A large indoor or outdoor pool with a machine that produces water currents to mimic the ocean's crests.

Declaration
[JsonProperty("wavePool")]
public virtual bool? WavePool { get; set; }
Property Value
Type Description
bool?

WavePoolException

Wave pool exception.

Declaration
[JsonProperty("wavePoolException")]
public virtual string WavePoolException { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX