Class GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
Request message for SmartDeviceManagementService.ExecuteDeviceCommand
Implements
Inherited Members
Namespace: Google.Apis.SmartDeviceManagement.v1.Data
Assembly: Google.Apis.SmartDeviceManagement.v1.dll
Syntax
public class GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest : IDirectResponseSchema
Properties
Command
The command name to execute, represented by the fully qualified protobuf message name.
Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Params__
The command message to execute, represented as a Struct.
Declaration
[JsonProperty("params")]
public virtual IDictionary<string, object> Params__ { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |