View Source GoogleApi.MyBusinessLodging.V1.Model.EcoCertification (google_api_my_business_lodging v0.4.0)

An eco certificate awarded to the hotel. Deprecated: this message is no longer populated. All certification data is now provided by BeCause.

Attributes

  • awarded (type: boolean(), default: nil) - Whether the eco certificate was awarded or not.
  • awardedException (type: String.t, default: nil) - Awarded exception.
  • ecoCertificate (type: String.t, default: nil) - Required. The eco certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.EcoCertification{
  awarded: boolean() | nil,
  awardedException: String.t() | nil,
  ecoCertificate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.