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 `GetOrganizationSettingsRequest` class is designed to retrieve organization settings and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page documents various versions of the `GetOrganizationSettingsRequest`, ranging from version 2.2.0 to the latest 3.24.0, showing a range of supported versions for the product."],["The class has two constructors, a default one and one that takes another `GetOrganizationSettingsRequest` as a parameter for cloning purposes, allowing it to be initialized in multiple ways."],["Key properties of `GetOrganizationSettingsRequest` include `Name`, which is a required string specifying the organization's name in the format \"organizations/[organization_id]/organizationSettings\", and `OrganizationSettingsName`, which is a typed view over the `Name` property."]]],[]]