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."],[[["This page details the `GetOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for requesting organization settings in the Google Cloud Security Center."],["The `GetOrganizationSettingsRequest` class, which inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, is defined by the assembly Google.Cloud.SecurityCenter.V1.dll."],["The page lists various versions of the `GetOrganizationSettingsRequest`, ranging from the latest version `3.24.0` down to `2.2.0`."],["The class has two constructors: a parameterless constructor, and a constructor accepting a `GetOrganizationSettingsRequest` object, and contains properties like `Name` (a string representing the organization settings name) and `OrganizationSettingsName` (a typed view over the `Name` resource name)."]]],[]]