public sealed class GetAccessApprovalSettingsMessage : IMessage<GetAccessApprovalSettingsMessage>, IEquatable<GetAccessApprovalSettingsMessage>, IDeepCloneable<GetAccessApprovalSettingsMessage>, 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 `GetAccessApprovalSettingsMessage` class is used to request access approval settings within the Google Cloud Access Approval V1 API."],["This class is part of the `Google.Cloud.AccessApproval.V1` namespace and is found in the `Google.Cloud.AccessApproval.V1.dll` assembly, and is available in version 1.0.0 up to 2.5.0."],["`GetAccessApprovalSettingsMessage` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default one and one that takes another `GetAccessApprovalSettingsMessage` instance, which is used for copying values."],["The `Name` property is a string that represents the name of the `AccessApprovalSettings` that will be retrieved."]]],[]]