View Source GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoHomeAutomationDeviceItem (google_api_content_warehouse v0.4.0)

Attributes

  • homeautomationMetadata (type: GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoHomeAutomation_MetaData.t, default: nil) - Device meta data.
  • matchedItemKey (type: String.t, default: nil) - Corresponding to casse matched_item CustomTypeItem key.
  • matchedItemRawvalue (type: String.t, default: nil) - Corresponding to casse Argument raw_value.
  • matchedItemValue (type: list(String.t), default: nil) - Corresponding to casse matched_item CustomTypeItem value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoHomeAutomationDeviceItem{
    homeautomationMetadata:
      GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoHomeAutomation_MetaData.t()
      | nil,
    matchedItemKey: String.t() | nil,
    matchedItemRawvalue: String.t() | nil,
    matchedItemValue: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.