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 content pertains to the `UpdateOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, showcasing various versions of the API, ranging from 2.2.0 to 3.24.0, with 3.24.0 being the latest."],["`UpdateOrganizationSettingsRequest` is a class used to request updates to an organization's settings, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `UpdateOrganizationSettingsRequest()` and a copy constructor `UpdateOrganizationSettingsRequest(UpdateOrganizationSettingsRequest other)`."],["The class includes two key properties: `OrganizationSettings`, which represents the organization settings resource to be updated, and `UpdateMask`, which is used to specify which fields of the settings should be modified."],["The content covers the request message structure for updating the organization settings, with an emphasis on different assembly versions and how the `UpdateOrganizationSettingsRequest` class interacts with them."]]],[]]