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

An eco certificate awarded to the hotel.

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.