KGGameServerMaintenanceResponse

class KGGameServerMaintenanceResponse(val notices: List<KGGameNoticeInfo>, val isWhitelist: Boolean)

KGGameServerMaintenanceResponse 클래스는 게임 서버 점검 공지 조회 결과를 다룬다.

Constructors

Link copied to clipboard
constructor(notices: List<KGGameNoticeInfo>, isWhitelist: Boolean)

Properties

Link copied to clipboard

화이트리스트 여부를 반환한다.

Link copied to clipboard

공지 목록을 반환한다.

Functions

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