public sealed class DeleteDeviceRegistryRequest : IMessage<DeleteDeviceRegistryRequest>, IEquatable<DeleteDeviceRegistryRequest>, IDeepCloneable<DeleteDeviceRegistryRequest>, 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-04-17 UTC."],[[["The `DeleteDeviceRegistryRequest` class is used to request the deletion of a device registry within the Google Cloud IoT Core service."],["This class is part of the `Google.Cloud.Iot.V1` namespace and is available in the `Google.Cloud.Iot.V1.dll` assembly."],["It supports multiple versions, with 2.2.0 being the latest, and also includes older versions going back to 1.0.0."],["The `DeleteDeviceRegistryRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for data manipulation and cloning."],["It includes properties like `Name` which is required to specify the registry to be deleted, and `RegistryName`, which provides a typed view over the resource name."]]],[]]