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

Request message for SmartDeviceManagementService.ExecuteDeviceCommand

Attributes

  • command (type: String.t, default: nil) - The command name to execute, represented by the fully qualified protobuf message name.
  • params (type: map(), default: nil) - The command message to execute, represented as a Struct.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest{
    command: String.t() | nil,
    params: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.