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 of `UpdateOrganizationSettingsRequest` is 3.24.0, and previous versions are listed back to version 2.2.0, with version 2.3.0 also being specifically detailed."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["Key properties include `OrganizationSettings`, which is the resource being updated, and `UpdateMask`, which defines the fields to be modified during the update process."],["The class contains two constructors, one empty and one to copy another `UpdateOrganizationSettingsRequest` object."]]],[]]