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