GameNoticeInfo

class GameNoticeInfo(val url: String = "", val latestNoticeTimeMillis: Long = 0) : ValueObject

Data class representing game notice information.

Constructors

Link copied to clipboard
constructor(url: String = "", latestNoticeTimeMillis: Long = 0)

Properties

Link copied to clipboard

The latest notice time in milliseconds.

Link copied to clipboard
val url: String

The URL of the game notice page.

Functions

Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String