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 across multiple versions."],["The latest version documented is 3.24.0, with a comprehensive list of versions extending down to 2.2.0 for `GetOrganizationSettingsRequest`."],["`GetOrganizationSettingsRequest` is a request message used to retrieve organization settings, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` and `OrganizationSettingsName`, which are crucial for specifying the target organization for which to fetch settings, with Name being of type string and OrganizationSettingsName being the same typed view over the Name resource name property."],["The documentation includes information on the class's inheritance, constructors, and provides a link to the corresponding assembly, `Google.Cloud.SecurityCenter.V1.dll`."]]],[]]