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."],[[["This page details the `UpdateOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for modifying an organization's security settings."],["The latest version available is 3.24.0, with a comprehensive list of previous versions also linked, ranging back to 2.2.0."],["The `UpdateOrganizationSettingsRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `OrganizationSettings` which is the settings resource being updated, and `UpdateMask`, which dictates which fields will be updated."],["The available constructors allow for creating a new instance of the class, as well as creating a new instance from a pre-existing `UpdateOrganizationSettingsRequest` object."]]],[]]