public sealed class DeleteRegistrationRequest : IMessage<DeleteRegistrationRequest>, IEquatable<DeleteRegistrationRequest>, IDeepCloneable<DeleteRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class DeleteRegistrationRequest.
[[["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 reference documentation for the `DeleteRegistrationRequest` class within the Cloud Domains v1beta1 API, specifically for version 2.0.0-beta04."],["`DeleteRegistrationRequest` is a class used to request the deletion of a domain registration and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides properties like `Name` (a string) and `RegistrationName` (of type `RegistrationName`), which are essential for specifying the registration to be deleted."],["There are two constructors available for creating instances of the `DeleteRegistrationRequest` class, a default constructor, and one that takes another `DeleteRegistrationRequest` instance as an argument."],["The `DeleteRegistrationRequest` class resides within the `Google.Cloud.Domains.V1Beta1` namespace and is contained within the `Google.Cloud.Domains.V1Beta1.dll` assembly."]]],[]]