public sealed class ResetSettingsRequest : IMessage<ResetSettingsRequest>, IEquatable<ResetSettingsRequest>, IDeepCloneable<ResetSettingsRequest>, 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."],[[["The `ResetSettingsRequest` class is used to request the resetting of settings within Google Cloud Security Center."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling and object comparison."],["It includes properties such as `Etag` for optimistic concurrency and `Name` for specifying the settings to be reset, which follows a particular resource name format."],["The class provides two constructors: a default constructor and another to create an instance based on an existing `ResetSettingsRequest` object."],["There are multiple versions of the `ResetSettingsRequest` class available, including the latest `2.0.0-beta04`, `2.0.0-beta03` and `1.0.0-beta04`."]]],[]]