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 PlayerConfigurationResponse class.
Declaration
[Preserve]
public PlayerConfigurationResponse(PlayerConfigurationResponseMetadata metadata = null, List<PlayerConfigurationResponseResultsInner> results = null)
Parameters
Type | Name | Description |
---|---|---|
PlayerConfigurationResponseMetadata | metadata | metadata. |
List<PlayerConfigurationResponseResultsInner> | results | Array of resource definitions. (required). |
Properties
Metadata
Gets or Sets Metadata
Declaration
[Preserve]
public PlayerConfigurationResponseMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
PlayerConfigurationResponseMetadata |
Results
Array of resource definitions.
Declaration
[Preserve]
public List<PlayerConfigurationResponseResultsInner> Results { get; set; }
Property Value
Type | Description |
---|---|
List<PlayerConfigurationResponseResultsInner> | Array of resource definitions. |