C# Class PlayFab.AdminModels.UpdatePolicyResponse

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PolicyName string
Statements List

Property Details

PolicyName public_oe property

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

Statements public_oe property

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