public sealed class DeleteDeviceRequest : IMessage<DeleteDeviceRequest>, IEquatable<DeleteDeviceRequest>, IDeepCloneable<DeleteDeviceRequest>, IBufferMessage, IMessage
Required. The name of the device. For example,
projects/p0/locations/us-central1/registries/registry0/devices/device0 or
projects/p0/locations/us-central1/registries/registry0/devices/{num_id}.
[[["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-04-17 UTC."],[[["The `DeleteDeviceRequest` class is used to request the deletion of a device in the Google Cloud IoT service, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing standard object functionalities."],["It contains two constructors, one default constructor `DeleteDeviceRequest()` and one that takes another `DeleteDeviceRequest` instance as input for copying."],["The `DeleteDeviceRequest` class includes two key properties: `DeviceName`, a typed view over the device resource name, and `Name`, which holds the string representation of the device's full resource name, both of which are required."],["The latest version of the library is 2.2.0, with prior versions going as far back as version 1.0.0, allowing users to reference previous iterations."]]],[]]