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 provides details for the `DeleteRegistrationRequest` class, which is used to request the deletion of a domain registration."],["The `DeleteRegistrationRequest` class is part of the `Google.Cloud.Domains.V1` namespace and is implemented in the `Google.Cloud.Domains.V1.dll` assembly, with version history ranging from 1.0.0 up to the latest 2.4.0."],["`DeleteRegistrationRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["The `DeleteRegistrationRequest` class has two constructors: a default constructor `DeleteRegistrationRequest()` and another that takes a `DeleteRegistrationRequest` object as a parameter, `DeleteRegistrationRequest(DeleteRegistrationRequest other)`."],["The `Name` and `RegistrationName` properties of the `DeleteRegistrationRequest` class, allowing you to specify the registration to be deleted by either its string name or it's registration name type."]]],[]]