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