GamebaseQueryTermsResult

data class GamebaseQueryTermsResult(val termsSeq: Int, val termsVersion: String, val termsCountryType: String, val contents: List<GamebaseTermsContentDetail>) : ValueObject

Constructors

Link copied to clipboard
constructor(termsSeq: Int, termsVersion: String, termsCountryType: String, contents: List<GamebaseTermsContentDetail>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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