C# Class PlayFab.ClientModels.TitleNewsItem

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Body string
NewsId string
Timestamp System.DateTime
Title string

Property Details

Body public property

News item text.
public string Body
return string

NewsId public property

Unique identifier of news item.
public string NewsId
return string

Timestamp public property

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

Title public property

Title of the news item.
public string Title
return string