public sealed class UpdateServicePerimeterRequest : IMessage<UpdateServicePerimeterRequest>, IEquatable<UpdateServicePerimeterRequest>, IDeepCloneable<UpdateServicePerimeterRequest>, 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-09 UTC."],[[["The latest version available for `UpdateServicePerimeterRequest` is 2.5.0, but the current page content is showing information for version 1.4.0."],["`UpdateServicePerimeterRequest` is a request type used to update a `ServicePerimeter` and is inherited from `Object` and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors: a default constructor `UpdateServicePerimeterRequest()` and a copy constructor `UpdateServicePerimeterRequest(UpdateServicePerimeterRequest other)`."],["The `UpdateServicePerimeterRequest` has two key properties which include `ServicePerimeter`, representing the updated service perimeter, and `UpdateMask`, which is used to specify which fields should be updated."]]],[]]