public sealed class ListServicePerimetersResponse : IMessage<ListServicePerimetersResponse>, IEquatable<ListServicePerimetersResponse>, IDeepCloneable<ListServicePerimetersResponse>, 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."],[[["This webpage provides documentation for the `ListServicePerimetersResponse` class, which is used to handle responses from `ListServicePerimetersRequest`."],["The `ListServicePerimetersResponse` class is part of the `Google.Identity.AccessContextManager.V1` namespace and is found within the `Google.Identity.AccessContextManager.V1.dll` assembly."],["The `ListServicePerimetersResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."],["The `ListServicePerimetersResponse` class includes two properties, `NextPageToken`, which is used for pagination, and `ServicePerimeters`, which is a list of `ServicePerimeter` instances."],["The documentation covers multiple versions of the related APIs, with version 2.5.0 being the latest, and also includes a list of older versions all the way to version 1.2.0."]]],[]]