Class GetIapSettingsRequest (1.2.0)

public sealed class GetIapSettingsRequest : IMessage<GetIapSettingsRequest>, IEquatable<GetIapSettingsRequest>, IDeepCloneable<GetIapSettingsRequest>, IBufferMessage, IMessage

The request sent to GetIapSettings.

Inheritance

Object > GetIapSettingsRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

GetIapSettingsRequest()

public GetIapSettingsRequest()

GetIapSettingsRequest(GetIapSettingsRequest)

public GetIapSettingsRequest(GetIapSettingsRequest other)
Parameter
NameDescription
otherGetIapSettingsRequest

Properties

Name

public string Name { get; set; }

Required. The resource name for which to retrieve the settings. Authorization: Requires the getSettings permission for the associated resource.

Property Value
TypeDescription
String