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 latest version available for the `DeleteDeviceRequest` is 2.2.0, with the content provided being version 2.0.0, and versions going as far back as 1.0.0 being available."],["`DeleteDeviceRequest` is a class used to request the deletion of a device and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteDeviceRequest` class has two constructors: a default constructor and one that takes another `DeleteDeviceRequest` object as a parameter."],["The `DeleteDeviceRequest` class contains properties such as `DeviceName` (a `DeviceName`-typed view) and `Name` (a string), representing the name of the device to be deleted."],["The `DeleteDeviceRequest` class inherits from `Object` and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` that it inherits from that base class."]]],[]]