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

Structure resource represents an instance of enterprise managed home or hotel room.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.