Class PlayerConfigurationResponse
PlayerConfigurationResponse
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[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
[Preserve]
public PlayerConfigurationResponseMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
Player |
Results
Array of resource definitions.
Declaration
[Preserve]
public List<PlayerConfigurationResponseResultsInner> Results { get; set; }
Property Value
Type | Description |
---|---|
List<Player |
Array of resource definitions. |