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."],[[["The latest version of the `DeleteRegistrationRequest` class is 2.4.0, found within the Google Cloud Domains v1 API."],["This class is used to construct requests for the `DeleteRegistration` method, which deletes a domain registration."],["The `DeleteRegistrationRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Name` (a string representing the registration name) and `RegistrationName` (a typed view over the resource name)."],["The `DeleteRegistrationRequest` class can be constructed via a default constructor, or one that takes in another instance of a `DeleteRegistrationRequest`."]]],[]]