Class PlayerPolicyUpsert
A schema for upserting player policy
Inherited Members
Namespace: Unity.Services.Apis.Admin.AccessPolicy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "PlayerPolicyUpsert")]
[Preserve]
public class PlayerPolicyUpsert
Constructors
PlayerPolicyUpsert(List<PlayerStatement>)
Initializes a new instance of the PlayerPolicyUpsert class.
Declaration
[Preserve]
public PlayerPolicyUpsert(List<PlayerStatement> statements = null)
Parameters
Type | Name | Description |
---|---|---|
List<PlayerStatement> | statements | statements. |
Properties
Statements
Gets or Sets Statements
Declaration
[DataMember(Name = "statements", EmitDefaultValue = false)]
[Preserve]
public List<PlayerStatement> Statements { get; set; }
Property Value
Type | Description |
---|---|
List<PlayerStatement> |