public sealed class RetrieveRegisterParametersResponse : IMessage<RetrieveRegisterParametersResponse>, IEquatable<RetrieveRegisterParametersResponse>, IDeepCloneable<RetrieveRegisterParametersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class RetrieveRegisterParametersResponse.
Response for the RetrieveRegisterParameters method.
[[["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-06-12 UTC."],[[["The `RetrieveRegisterParametersResponse` class is part of the Google Cloud Domains v1 API, specifically in the `Google.Cloud.Domains.V1` namespace."],["This class is used as a response type for the `RetrieveRegisterParameters` method, offering information needed to perform domain registration."],["The `RetrieveRegisterParametersResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class offers properties, such as the `RegisterParameters` property, which provides the necessary parameters to use when calling the `RegisterDomain` method."],["Multiple versions of this API are available, ranging from version 1.0.0 to the latest version 2.4.0."]]],[]]