C# 클래스 PlayFab.SharedModels.HttpResponseObject

파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples

공개 프로퍼티들

프로퍼티 타입 설명
code int
data object
status string

프로퍼티 상세

code 공개적으로 프로퍼티

public int code
리턴 int

data 공개적으로 프로퍼티

public object data
리턴 object

status 공개적으로 프로퍼티

public string status
리턴 string