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 page details the `UpdateOrganizationSettingsRequest` class, which is used to request updates to an organization's settings within the Google Cloud Security Center."],["It lists numerous versions of the `UpdateOrganizationSettingsRequest` class, ranging from version 2.2.0 up to the latest version 3.24.0, allowing for version-specific documentation navigation."],["The `UpdateOrganizationSettingsRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `OrganizationSettings` (the settings resource to update) and `UpdateMask` (which specifies the fields to be updated)."],["The `UpdateOrganizationSettingsRequest` class has a default constructor as well as a constructor that takes in another `UpdateOrganizationSettingsRequest` object."]]],[]]