public sealed class GetAddressRequest : IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessage
A request message for Addresses.Get. See the method description for details.
[[["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-04-02 UTC."],[[["The latest version of the `GetAddressRequest` documentation is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetAddressRequest` is a request message for the `Addresses.Get` method, used to retrieve information about an address."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAddressRequest` class includes constructors and properties like `Address`, `Project`, and `Region`, which are used to specify details for the address retrieval."],["The documentation provided covers multiple versions of the `GetAddressRequest` class allowing users to see changes and options for various versions."]]],[]]