Class LeaderboardVersionScoresWithNotFoundPlayerIds
LeaderboardVersionScoresWithNotFoundPlayerIds model
Inherited Members
Namespace: Unity.Services.Leaderboards.Models
Assembly: Unity.Services.Leaderboards.dll
Syntax
[Preserve]
[DataContract(Name = "LeaderboardVersionScoresWithNotFoundPlayerIds")]
public class LeaderboardVersionScoresWithNotFoundPlayerIds
Constructors
LeaderboardVersionScoresWithNotFoundPlayerIds(LeaderboardVersion, List<LeaderboardEntry>, List<string>)
Creates an instance of LeaderboardVersionScoresWithNotFoundPlayerIds.
Declaration
[Preserve]
public LeaderboardVersionScoresWithNotFoundPlayerIds(LeaderboardVersion version = null, List<LeaderboardEntry> results = null, List<string> playerIds = null)
Parameters
Type | Name | Description |
---|---|---|
LeaderboardVersion | version | version param |
List<LeaderboardEntry> | results | results param |
List<string> | playerIds | entriesNotFoundForPlayerIds param |
Properties
EntriesNotFoundForPlayerIds
Parameter entriesNotFoundForPlayerIds of LeaderboardVersionScoresWithNotFoundPlayerIds
Declaration
[Preserve]
[DataMember(Name = "entriesNotFoundForPlayerIds", EmitDefaultValue = false)]
public List<string> EntriesNotFoundForPlayerIds { get; }
Property Value
Type | Description |
---|---|
List<string> |
Results
Parameter results of LeaderboardVersionScoresWithNotFoundPlayerIds
Declaration
[Preserve]
[DataMember(Name = "results", EmitDefaultValue = false)]
public List<LeaderboardEntry> Results { get; }
Property Value
Type | Description |
---|---|
List<LeaderboardEntry> |
Version
Parameter version of LeaderboardVersionScoresWithNotFoundPlayerIds
Declaration
[Preserve]
[DataMember(Name = "version", EmitDefaultValue = false)]
public LeaderboardVersion Version { get; }
Property Value
Type | Description |
---|---|
LeaderboardVersion |