public sealed class UpdateOrganizationSettingsRequest : IMessage<UpdateOrganizationSettingsRequest>, IEquatable<UpdateOrganizationSettingsRequest>, IDeepCloneable<UpdateOrganizationSettingsRequest>, IBufferMessage, IMessage
Request message for updating an organization's settings.
[[["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 `UpdateOrganizationSettingsRequest` class is used to send requests for updating an organization's settings within Google Cloud Security Center."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`, for comprehensive functionality."],["The class provides two constructors: one default and another that allows cloning from an existing `UpdateOrganizationSettingsRequest` instance."],["It includes two key properties: `OrganizationSettings` to define the updated settings and `UpdateMask` to specify which fields should be modified during the update."],["The latest version available is `3.0.0-beta05`, with version `2.0.0-beta07` also available."]]],[]]