Class LeaderboardVersionTierScoresPageAllOf
LeaderboardVersionTierScoresPageAllOf
Inherited Members
Namespace: Unity.Services.Apis.Leaderboards
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "LeaderboardVersionTierScoresPage_allOf")]
[Preserve]
public class LeaderboardVersionTierScoresPageAllOf
  Constructors
LeaderboardVersionTierScoresPageAllOf(string)
Initializes a new instance of the LeaderboardVersionTierScoresPageAllOf class.
Declaration
[Preserve]
public LeaderboardVersionTierScoresPageAllOf(string tier = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | tier | tier.  | 
      
Properties
Tier
Gets or Sets Tier
Declaration
[DataMember(Name = "tier", EmitDefaultValue = false)]
[Preserve]
public string Tier { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |