public sealed class DeleteRegistrationRequest : IMessage<DeleteRegistrationRequest>, IEquatable<DeleteRegistrationRequest>, IDeepCloneable<DeleteRegistrationRequest>, 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 document outlines the `DeleteRegistrationRequest` class, which is used to request the deletion of a domain registration."],["The class is part of the `Google.Cloud.Domains.V1` namespace within the `Google.Cloud.Domains.V1.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteRegistrationRequest` class provides properties for specifying the name of the registration to be deleted, either as a string or using the `RegistrationName` type."],["There are two constructors available: a parameterless constructor and one that takes another `DeleteRegistrationRequest` object for copying, allowing for flexible instantiation."],["This class is derived from the base `Object` class, inheriting members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]