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 `GetOrganizationSettingsRequest` class is a request message used to retrieve organization settings within the Google Cloud Security Center V1P1Beta1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message-based interactions, equality checks, deep cloning, and buffered messages."],["The `GetOrganizationSettingsRequest` class has two constructors: one is parameterless, and the other takes another `GetOrganizationSettingsRequest` object for copying, also it contains properties `Name` and `OrganizationSettingsName`."],["The `Name` property is a string that is required and specifies the name of the organization for which settings are being requested, adhering to the format \"organizations/[organization_id]/organizationSettings\"."],["The `OrganizationSettingsName` property provides a typed view over the `Name` resource, for the requested organization settings, in the format of the `OrganizationSettingsName` class."]]],[]]