Class Pets
Policies regarding guest-owned animals.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Pets : IDirectResponseSchema
  Properties
CatsAllowed
Cats allowed. Domesticated felines are permitted at the property and allowed to stay in the guest room of their owner. May or may not require a fee.
Declaration
[JsonProperty("catsAllowed")]
public virtual bool? CatsAllowed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
CatsAllowedException
Cats allowed exception.
Declaration
[JsonProperty("catsAllowedException")]
public virtual string CatsAllowedException { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
DogsAllowed
Dogs allowed. Domesticated canines are permitted at the property and allowed to stay in the guest room of their owner. May or may not require a fee.
Declaration
[JsonProperty("dogsAllowed")]
public virtual bool? DogsAllowed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
DogsAllowedException
Dogs allowed exception.
Declaration
[JsonProperty("dogsAllowedException")]
public virtual string DogsAllowedException { 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 | 
PetsAllowed
Pets allowed. Household animals are allowed at the property and in the specific guest room of their owner. May or may not include dogs, cats, reptiles and/or fish. May or may not require a fee. Service animals are not considered to be pets, so not governed by this policy.
Declaration
[JsonProperty("petsAllowed")]
public virtual bool? PetsAllowed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
PetsAllowedException
Pets allowed exception.
Declaration
[JsonProperty("petsAllowedException")]
public virtual string PetsAllowedException { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
PetsAllowedFree
Pets allowed free. Household animals are allowed at the property and in the specific guest room of their owner for free. May or may not include dogs, cats, reptiles, and/or fish.
Declaration
[JsonProperty("petsAllowedFree")]
public virtual bool? PetsAllowedFree { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
PetsAllowedFreeException
Pets allowed free exception.
Declaration
[JsonProperty("petsAllowedFreeException")]
public virtual string PetsAllowedFreeException { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |