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 provides documentation for the `UpdateOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, covering versions from 2.2.0 up to the latest 3.24.0."],["The `UpdateOrganizationSettingsRequest` class is used to send requests to update an organization's settings and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `OrganizationSettings` (required for updating settings) and `UpdateMask` (to specify which fields to update), both with their respective types and descriptions."],["The page contains an extensive history of the class' versions, from version 2.2.0 all the way to version 3.24.0 which is the latest."],["There are two constructors within this class, one that is parameterless, and another that takes an `UpdateOrganizationSettingsRequest` object."]]],[]]