public sealed class CalculateEffectiveSettingsRequest : IMessage<CalculateEffectiveSettingsRequest>, IEquatable<CalculateEffectiveSettingsRequest>, IDeepCloneable<CalculateEffectiveSettingsRequest>, 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-03-21 UTC."],[[["This document provides details for the `CalculateEffectiveSettingsRequest` class within the `Google.Cloud.SecurityCenter.Settings.V1Beta1` namespace, version 1.0.0-beta04."],["The `CalculateEffectiveSettingsRequest` class is a request message used to retrieve effective settings and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts a `CalculateEffectiveSettingsRequest` object for parameter based creation."],["It contains two properties: `Name`, a string representing the name of the effective settings to retrieve, and `SettingsName`, which is a `SettingsName`-typed view over the `Name` resource property."],["The document also references other versions such as 2.0.0-beta04 (latest) and 2.0.0-beta03 in addition to the 1.0.0-beta04 version being explained."]]],[]]