C# Class PlayFab.AdminModels.UpdatePolicyResponse

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PolicyName string
Statements List

Property Details

PolicyName public property

The name of the policy that was updated.
public string PolicyName
return string

Statements public property

The statements included in the new version of the policy.
public List Statements
return List