public sealed class SendCommandToDeviceResponse : IMessage<SendCommandToDeviceResponse>, IEquatable<SendCommandToDeviceResponse>, IDeepCloneable<SendCommandToDeviceResponse>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `SendCommandToDeviceResponse` class, which is a response type for sending commands to devices within the Google Cloud IoT service."],["The `SendCommandToDeviceResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google.Protobuf framework."],["It has been published in versions ranging from 1.0.0 to the most current version 2.2.0, with version 1.1.0 representing the base version for the listed data."],["The class inherits from `Object` and offers two constructors: a default constructor and one that accepts another `SendCommandToDeviceResponse` object as a parameter for cloning."],["Inherited methods from the base `Object` class include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, indicating standard .NET object behaviors."]]],[]]