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 provides documentation for the `GetOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its usage for various versions."],["The latest version of the `GetOrganizationSettingsRequest` is 3.24.0, and older versions are available, ranging from 3.23.0 down to 2.2.0, with 3.2.0 being the base documentation in the context."],["`GetOrganizationSettingsRequest` is used to retrieve settings for a specified organization within the Google Cloud Security Center, with the `Name` property being a required parameter."],["The `GetOrganizationSettingsRequest` class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base object class."],["The class has a parameterless constructor and another that accepts another `GetOrganizationSettingsRequest` to construct a copy."]]],[]]