C# Class PlayFab.ClientModels.TitleNewsItem

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

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

Property Details

Body public_oe property

News item text.
public string Body
return string

NewsId public_oe property

Unique identifier of news item.
public string NewsId
return string

Timestamp public_oe property

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

Title public_oe property

Title of the news item.
public string Title
return string