public sealed class UpdateIapSettingsRequest : IMessage<UpdateIapSettingsRequest>, IEquatable<UpdateIapSettingsRequest>, IDeepCloneable<UpdateIapSettingsRequest>, 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 latest version available for `UpdateIapSettingsRequest` is 2.7.0, with versions ranging down to 1.0.0 also accessible."],["`UpdateIapSettingsRequest` is a class used as a request to update IAP settings, inheriting from Object and implementing multiple interfaces."],["This class includes a constructor `UpdateIapSettingsRequest(UpdateIapSettingsRequest other)` which takes another `UpdateIapSettingsRequest` as a parameter."],["The `IapSettings` property in this class represents the new values to be updated, requiring `updateSettings` permission, and `UpdateMask` property specifies which IAP settings to update."],["The request class `UpdateIapSettingsRequest` contains the namespace `Google.Cloud.Iap.V1` and is found in the `Google.Cloud.Iap.V1.dll` assembly."]]],[]]