public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
[[["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-04-02 UTC."],[[["The `GetSettingsRequest` class is used to request settings data within the Google Cloud Security Center Settings V1Beta1 API."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a `Name` property (string) and a `SettingsName` property, for specifying the resource name of the settings to retrieve, using formats like organizations, folders, and projects."],["There are two constructors for `GetSettingsRequest`: a default one and one that takes another `GetSettingsRequest` object for copying."]]],[]]