C# 클래스 PlayFab.AdminModels.AddNewsRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body string
Timestamp DateTime?
Title string

프로퍼티 상세

Body 공개적으로 프로퍼티

Body text of the news
public string Body
리턴 string

Timestamp 공개적으로 프로퍼티

Time this news was published. If not set, defaults to now.
public DateTime? Timestamp
리턴 DateTime?

Title 공개적으로 프로퍼티

Title (headline) of the news item
public string Title
리턴 string