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 details the `GetOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for requesting organization settings."],["Version 3.24.0 is the latest release, with multiple prior versions available, ranging down to version 2.2.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in data transfer and manipulation."],["The `GetOrganizationSettingsRequest` class contains two constructors, a default one and one that accepts another `GetOrganizationSettingsRequest` object for copying."],["Key properties of this class are `Name` which requires a string and `OrganizationSettingsName` which can only take `OrganizationSettingsName`."]]],[]]