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>)