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

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.

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.GoogleHomeEnterpriseSdmV1Structure{
    name: String.t() | nil,
    traits: map() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.