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