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