public sealed class RetrieveTransferParametersRequest : IMessage<RetrieveTransferParametersRequest>, IEquatable<RetrieveTransferParametersRequest>, IDeepCloneable<RetrieveTransferParametersRequest>, IBufferMessage, IMessage
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 outlines the `RetrieveTransferParametersRequest` class, which is used to request transfer parameters for domain transfers within the Google Cloud Domains service."],["The `RetrieveTransferParametersRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Cloud Protobuf framework."],["This request requires two main properties to be set: `DomainName`, which represents the domain to be transferred, and `Location`, which is the Google Cloud location, defined in a `projects/*/locations/*` format."],["The `RetrieveTransferParametersRequest` class has two constructors: a default constructor and a constructor that accepts another instance of `RetrieveTransferParametersRequest` to copy properties from."],["There are three different versions of `RetrieveTransferParametersRequest` available: versions 2.0.0-beta05 (latest), 2.0.0-beta04 and 1.0.0-beta04."]]],[]]