public sealed class GetServicePerimeterRequest : IMessage<GetServicePerimeterRequest>, IEquatable<GetServicePerimeterRequest>, IDeepCloneable<GetServicePerimeterRequest>, IBufferMessage, IMessage
[[["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 latest version available is 2.5.0, with multiple other versions provided down to 1.2.0, all related to `GetServicePerimeterRequest`."],["`GetServicePerimeterRequest` is a class used to request a specific `ServicePerimeter` and it inherits from `Object`, while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetServicePerimeterRequest` has two constructors: one default and one that copies from another `GetServicePerimeterRequest` object."],["It includes properties for `Name`, which is the resource name for the Service Perimeter, and `ServicePerimeterName`, which is a typed view over the `Name` property, under the `Google.Identity.AccessContextManager.V1` namespace."],["The class is found within the Google.Identity.AccessContextManager.V1.dll assembly, and can be accessed under the `Google.Identity.AccessContextManager.V1` namespace."]]],[]]