public sealed class GetIapSettingsRequest : IMessage<GetIapSettingsRequest>, IEquatable<GetIapSettingsRequest>, IDeepCloneable<GetIapSettingsRequest>, 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 outlines the `GetIapSettingsRequest` class, which is used to request settings, in version 2.0.0 of the Google.Cloud.Iap.V1 library."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available: a default constructor and a copy constructor that takes another `GetIapSettingsRequest` object."],["The `Name` property is a required string that specifies the resource name for which to retrieve settings, requiring the `getSettings` permission."],["The document contains a history of previous versions for this request dating back to version 1.0.0, with 2.7.0 being the latest."]]],[]]