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

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.

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.GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest{
    command: String.t(),
    params: map()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.