public sealed class DeleteRegistrationRequest : IMessage<DeleteRegistrationRequest>, IEquatable<DeleteRegistrationRequest>, IDeepCloneable<DeleteRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 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 Google Cloud Domains v1 API."],["`DeleteRegistrationRequest` is a class used to request the deletion of a domain registration, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for managing the registration's name, including a string property `Name` and a typed `RegistrationName` property, both required to indicate the domain registration to delete."],["This document covers the `DeleteRegistrationRequest` class constructor, which can either be called without parameters or with another `DeleteRegistrationRequest` object."],["The `DeleteRegistrationRequest` class is available in different versions of the API, with version 2.4.0 being the latest, and version 2.1.0 being the specific version covered in the main part of this documentation."]]],[]]