GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Room (google_api_smart_device_management v0.3.0) View Source

Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.

Attributes

  • name (type: String.t, default: nil) - Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
  • traits (type: map(), default: nil) - Room traits.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Room{
  name: String.t(),
  traits: map()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.