public sealed class GetInterconnectLocationRequest : IMessage<GetInterconnectLocationRequest>, IEquatable<GetInterconnectLocationRequest>, IDeepCloneable<GetInterconnectLocationRequest>, IBufferMessage, IMessage
A request message for InterconnectLocations.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-03-21 UTC."],[[["The `GetInterconnectLocationRequest` class is a request message used for retrieving details about a specific interconnect location."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The latest version of `GetInterconnectLocationRequest` is 3.6.0, with many previous versions also documented, ranging back to version 1.0.0."],["It has two properties, `InterconnectLocation` and `Project`, both of type string and used to specify the interconnect location and project ID for the request."],["It contains two constructors: the default constructor `GetInterconnectLocationRequest()` and an overload constructor `GetInterconnectLocationRequest(GetInterconnectLocationRequest other)` allowing to instantiate a new object from an existing `GetInterconnectLocationRequest`."]]],[]]