C# Class PlayFab.PlayStreamModels.TitleHighErrorRateEventData

Inheritance: PlayStreamEventBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
API string
AlertEventId string
AlertState AlertStates?
ErrorCode string
GraphUrl string
Level AlertLevel?

Property Details

API public property

public string API
return string

AlertEventId public property

public string AlertEventId
return string

AlertState public property

public AlertStates? AlertState
return AlertStates?

ErrorCode public property

public string ErrorCode
return string

GraphUrl public property

public string GraphUrl
return string

Level public property

public AlertLevel? Level
return AlertLevel?