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 API class `DeleteRegistrationRequest` is 2.4.0, and the current page focuses on version 2.3.0."],["`DeleteRegistrationRequest` is used to send a request for the `DeleteRegistration` method within the Cloud Domains v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing that it can be used to make requests to delete a registration."],["It inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `DeleteRegistrationRequest` class features properties such as `Name` (a string) and `RegistrationName` (of type `RegistrationName`) for specifying the registration to be deleted, using the projects, locations and registration format."]]],[]]