public sealed class RetrieveTransferParametersRequest : IMessage<RetrieveTransferParametersRequest>, IEquatable<RetrieveTransferParametersRequest>, IDeepCloneable<RetrieveTransferParametersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class RetrieveTransferParametersRequest.
Request for the RetrieveTransferParameters 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-03-21 UTC."],[[["This document provides reference documentation for the `RetrieveTransferParametersRequest` class within the Google Cloud Domains v1beta1 API, specifically for the .NET environment."],["The `RetrieveTransferParametersRequest` class is used to request the retrieval of parameters needed for transferring a domain, inheriting from the `object` class and implementing various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this API documentation is `2.0.0-beta05`, with previous versions `2.0.0-beta04` and `1.0.0-beta04` also available."],["Key properties of `RetrieveTransferParametersRequest` include `DomainName` (the domain to transfer, in Punycode format for Unicode) and `Location` (the project location in `projects/*/locations/*` format)."],["The `RetrieveTransferParametersRequest` class contains two constructors, one default constructor and another that allows passing another `RetrieveTransferParametersRequest` object, also containing several inherited members from object."]]],[]]