Class OneTimeProductGameRewardOffer
Configuration specific to game reward offers.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OneTimeProductGameRewardOffer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedemptionLimit
Optional. The number of times this offer can be redeemed. If unset or set to 0, allows for unlimited offer redemptions. Otherwise must be a number between 1 and 50 inclusive.
Declaration
[JsonProperty("redemptionLimit")]
public virtual long? RedemptionLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |