public sealed class DetectorSettings : IMessage<ComponentSettings.Types.DetectorSettings>, IEquatable<ComponentSettings.Types.DetectorSettings>, IDeepCloneable<ComponentSettings.Types.DetectorSettings>, 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."],[[["`DetectorSettings` is a class representing settings for individual detectors within the `Google.Cloud.SecurityCenter.Settings.V1Beta1` namespace."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It offers two constructors: a default constructor and one that takes another `DetectorSettings` object as a parameter."],["The `State` property, of type `ComponentEnablementState`, determines whether a detector is enabled, disabled, or inherits its state from ancestors."],["There are multiple versions available, including the latest beta version `2.0.0-beta04` and previous beta versions such as `2.0.0-beta03` and `1.0.0-beta04`."]]],[]]