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 webpage details the `GetOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for requesting organization settings."],["The latest version of the `GetOrganizationSettingsRequest` documentation is version 3.24.0, with many previous versions listed, extending back to version 2.2.0."],["This class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors: a default constructor and one that takes another `GetOrganizationSettingsRequest` object as a parameter for copying."],["The class includes properties like `Name` which is a string representing the organization name and `OrganizationSettingsName`, which is an `OrganizationSettingsName`-typed view over the resource name."]]],[]]