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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.