View Source GoogleApi.MyBusinessLodging.V1.Model.Pets (google_api_my_business_lodging v0.5.0)

Policies regarding guest-owned animals.

Attributes

  • catsAllowed (type: boolean(), default: nil) - 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.
  • catsAllowedException (type: String.t, default: nil) - Cats allowed exception.
  • dogsAllowed (type: boolean(), default: nil) - 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.
  • dogsAllowedException (type: String.t, default: nil) - Dogs allowed exception.
  • petsAllowed (type: boolean(), default: nil) - 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.
  • petsAllowedException (type: String.t, default: nil) - Pets allowed exception.
  • petsAllowedFree (type: boolean(), default: nil) - 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.
  • petsAllowedFreeException (type: String.t, default: nil) - Pets allowed free exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Pets{
  catsAllowed: boolean() | nil,
  catsAllowedException: String.t() | nil,
  dogsAllowed: boolean() | nil,
  dogsAllowedException: String.t() | nil,
  petsAllowed: boolean() | nil,
  petsAllowedException: String.t() | nil,
  petsAllowedFree: boolean() | nil,
  petsAllowedFreeException: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.