C# Class PlayFab.AdminModels.AddNewsRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Body string
Timestamp DateTime?
Title string

Property Details

Body public property

Body text of the news
public string Body
return string

Timestamp public property

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

Title public property

Title (headline) of the news item
public string Title
return string