public sealed class GetOrganizationSettingsRequest : IMessage<GetOrganizationSettingsRequest>, IEquatable<GetOrganizationSettingsRequest>, IDeepCloneable<GetOrganizationSettingsRequest>, IBufferMessage, IMessage
Request message for getting organization 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 webpage provides documentation for the `GetOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its usage and structure."],["The content covers multiple versions of the API, with version 3.24.0 being the latest, down to version 2.2.0."],["`GetOrganizationSettingsRequest` is used to request the settings for a specific organization, and its required property is `Name` to identify the organization."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The `OrganizationSettingsName` property is provided as a typed view over the `Name` property."]]],[]]