C# 클래스 PlayFab.ServerModels.WriteServerCharacterEventRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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?