public sealed class DeleteServicePerimeterRequest : IMessage<DeleteServicePerimeterRequest>, IEquatable<DeleteServicePerimeterRequest>, IDeepCloneable<DeleteServicePerimeterRequest>, 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-04-02 UTC."],[[["This webpage provides documentation for the `DeleteServicePerimeterRequest` class within the `Google.Identity.AccessContextManager.V1` namespace, specifically for version 1.5.0."],["`DeleteServicePerimeterRequest` is used to request the deletion of a `ServicePerimeter` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `DeleteServicePerimeterRequest` instance as a parameter."],["It includes two properties, `Name` which is a string representing the resource name of the Service Perimeter, and `ServicePerimeterName` which is a typed view over the `Name` property."],["This documentation also lists all the versions of the `DeleteServicePerimeterRequest` class, from version 1.2.0 all the way to the latest version 2.5.0."]]],[]]