GamebaseUpdateTermsConfiguration

data class GamebaseUpdateTermsConfiguration(val termsSeq: Int, val termsVersion: String, val contents: List<GamebaseTermsContent>) : ValueObject

Constructors

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

Types

Link copied to clipboard
class Builder(var termsSeq: Int, var termsVersion: String, var contents: List<GamebaseTermsContent>)
Link copied to clipboard
object Companion

Properties

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