public sealed class ProbingDetails.Types.EdgeLocation : IMessage<ProbingDetails.Types.EdgeLocation>, IEquatable<ProbingDetails.Types.EdgeLocation>, IDeepCloneable<ProbingDetails.Types.EdgeLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class ProbingDetails.Types.EdgeLocation.
[[["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 webpage provides documentation for the `ProbingDetails.Types.EdgeLocation` class within the Google Cloud Network Management v1 API, specifically for .NET development."],["The latest version of the API is 2.13.0, and the page lists various previous versions available for reference, ranging from 1.0.0 to 2.12.0."],["`ProbingDetails.Types.EdgeLocation` represents a network edge location, as detailed in Google Cloud's documentation, and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: one default constructor (`EdgeLocation()`) and one that takes another `EdgeLocation` object for cloning (`EdgeLocation(EdgeLocation)`)."],["The `EdgeLocation` class includes a `MetropolitanArea` property of type `string`, which represents the name of the metropolitan area for the network edge location."]]],[]]