public sealed class UpdateExternalSystemRequest : IMessage<UpdateExternalSystemRequest>, IEquatable<UpdateExternalSystemRequest>, IDeepCloneable<UpdateExternalSystemRequest>, IBufferMessage, IMessage
Request message for updating a ExternalSystem resource.
[[["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-01 UTC."],[[["The webpage provides documentation for the `UpdateExternalSystemRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically version 2.12.0."],["This class is a request message used for updating an `ExternalSystem` resource and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes a list of available versions of the `UpdateExternalSystemRequest`, spanning from 2.2.0 to the latest 3.24.0, offering access to previous iterations of the class."],["The `UpdateExternalSystemRequest` class has two properties: `ExternalSystem`, which represents the resource to update, and `UpdateMask`, which specifies the fields to update."],["There are two constructors provided for creating instances of the `UpdateExternalSystemRequest` class, one being parameterless and the other accepting another instance of `UpdateExternalSystemRequest`."]]],[]]