Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest

Request message for SmartDeviceManagementService.ExecuteDeviceCommand

Inheritance
object
GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX