Class PlayerConfigurationResponse
PlayerConfigurationResponse
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "player-configuration-response")]
[Preserve]
public class PlayerConfigurationResponse
Constructors
PlayerConfigurationResponse(PlayerConfigurationResponseMetadata, List<PlayerConfigurationResponseResultsInner>)
Initializes a new instance of the Player
Declaration
[Preserve]
public PlayerConfigurationResponse(PlayerConfigurationResponseMetadata metadata = null, List<PlayerConfigurationResponseResultsInner> results = null)
Parameters
Type | Name | Description |
---|---|---|
Player |
metadata | metadata. |
List<Player |
results | Array of resource definitions. (required). |
Properties
Metadata
Gets or Sets Metadata
Declaration
[DataMember(Name = "metadata", EmitDefaultValue = false)]
[Preserve]
public PlayerConfigurationResponseMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
Player |
Results
Array of resource definitions.
Declaration
[DataMember(Name = "results", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public List<PlayerConfigurationResponseResultsInner> Results { get; set; }
Property Value
Type | Description |
---|---|
List<Player |
Array of resource definitions. |