public sealed class RetrieveTransferParametersResponse : IMessage<RetrieveTransferParametersResponse>, IEquatable<RetrieveTransferParametersResponse>, IDeepCloneable<RetrieveTransferParametersResponse>, IBufferMessage, IMessage
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 outlines the `RetrieveTransferParametersResponse` class, which is used as the response for the `RetrieveTransferParameters` method within the Google Cloud Domains V1Beta1 API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered messages."],["`RetrieveTransferParametersResponse` class includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."],["It has a `TransferParameters` property of type `TransferParameters`, containing the necessary parameters required to use the `TransferDomain` method."],["The namespace for this class is `Google.Cloud.Domains.V1Beta1`, and it is found within the `Google.Cloud.Domains.V1Beta1.dll` assembly."]]],[]]