C# Class PlayFab.AdminModels.AddNewsRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Body string
Timestamp DateTime?
Title string

Property Details

Body public_oe property

Body text of the news
public string Body
return string

Timestamp public_oe property

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

Title public_oe property

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