public sealed class SendCommandToDeviceResponse : IMessage<SendCommandToDeviceResponse>, IEquatable<SendCommandToDeviceResponse>, IDeepCloneable<SendCommandToDeviceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class SendCommandToDeviceResponse.
[[["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."],[[["The `SendCommandToDeviceResponse` class is part of the Google Cloud IoT v1 API, as detailed in the reference documentation and code samples."],["This class is the response type for the `SendCommandToDevice` method, and it inherits from the base `object` class."],["The `SendCommandToDeviceResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is version 2.2.0, with older versions ranging back to version 1.0.0, all of which can be accessed in the documentation."],["This class provides two constructors: a default constructor (`SendCommandToDeviceResponse()`) and a copy constructor (`SendCommandToDeviceResponse(SendCommandToDeviceResponse other)`) that takes another `SendCommandToDeviceResponse` instance as a parameter."]]],[]]