public sealed class RetrieveTransferParametersResponse : IMessage<RetrieveTransferParametersResponse>, IEquatable<RetrieveTransferParametersResponse>, IDeepCloneable<RetrieveTransferParametersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class RetrieveTransferParametersResponse.
Response 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 information for the `RetrieveTransferParametersResponse` class within the Cloud Domains v1 API for .NET, specifically version 2.3.0."],["`RetrieveTransferParametersResponse` is a response type used for the `RetrieveTransferParameters` method, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is located within the `Google.Cloud.Domains.V1` namespace and is contained within the `Google.Cloud.Domains.V1.dll` assembly."],["It has two constructors, one default and another that accepts another `RetrieveTransferParametersResponse` instance as a parameter to be copied."],["The class contains the `TransferParameters` property, which provides the parameters needed for the `TransferDomain` method and is of type `TransferParameters`."]]],[]]