GamebaseTermsContentDetail

data class GamebaseTermsContentDetail(val termsContentSeq: Int = -1, val name: String?, val required: Boolean, val agreePush: String?, val agreed: Boolean, val node1DepthPosition: Int = -1, val node2DepthPosition: Int = -1, val detailPageUrl: String?) : ValueObject

Constructors

Link copied to clipboard
constructor(termsContentSeq: Int = -1, name: String?, required: Boolean, agreePush: String?, agreed: Boolean, node1DepthPosition: Int = -1, node2DepthPosition: Int = -1, detailPageUrl: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
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