Class GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse
Response message for SmartDeviceManagementService.ExecuteDeviceCommand
Implements
Inherited Members
Namespace: Google.Apis.SmartDeviceManagement.v1.Data
Assembly: Google.Apis.SmartDeviceManagement.v1.dll
Syntax
public class GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Results
The results of executing the command.
Declaration
[JsonProperty("results")]
public virtual IDictionary<string, object> Results { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |