public sealed class RetrieveTransferParametersResponse : IMessage<RetrieveTransferParametersResponse>, IEquatable<RetrieveTransferParametersResponse>, IDeepCloneable<RetrieveTransferParametersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 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 documentation for the `RetrieveTransferParametersResponse` class within the Google Cloud Domains v1beta1 API."],["The `RetrieveTransferParametersResponse` class is a response type used by the `RetrieveTransferParameters` method and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is located in the `Google.Cloud.Domains.V1Beta1` namespace, within the `Google.Cloud.Domains.V1Beta1.dll` assembly."],["It includes constructors to create a new instance and to copy an existing `RetrieveTransferParametersResponse` instance, with the `other` parameter representing the instance to copy."],["The class has a `TransferParameters` property, which is of type `TransferParameters`, to specify the parameters required for the `TransferDomain` method."]]],[]]