Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse

Response message for SmartDeviceManagementService.ExecuteDeviceCommand

Inheritance
object
GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX