C# Класс PlayFab.ServerModels.WriteServerCharacterEventRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Body object>.Dictionary
CharacterId string
EventName string
PlayFabId string
Timestamp DateTime?

Описание свойств

Body публичное свойство

Custom event properties. Each property consists of a name (string) and a value (JSON object).
public Dictionary Body
Результат object>.Dictionary

CharacterId публичное свойство

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Результат string

EventName публичное свойство

The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it commonly follows the subject_verb_object pattern (e.g. player_logged_in).
public string EventName
Результат string

PlayFabId публичное свойство

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string

Timestamp публичное свойство

The time (in UTC) associated with this event. The value dafaults to the current time.
public DateTime? Timestamp
Результат DateTime?