C# 클래스 PlayFab.ServerModels.TitleNewsItem

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

공개 프로퍼티들

프로퍼티 타입 설명
Body string
NewsId string
Timestamp System.DateTime
Title string

프로퍼티 상세

Body 공개적으로 프로퍼티

News item text.
public string Body
리턴 string

NewsId 공개적으로 프로퍼티

Unique identifier of news item.
public string NewsId
리턴 string

Timestamp 공개적으로 프로퍼티

Date and time when the news items was posted.
public DateTime,System Timestamp
리턴 System.DateTime

Title 공개적으로 프로퍼티

Title of the news item.
public string Title
리턴 string