DataSourceDocumentAttributeValue

data class DataSourceDocumentAttributeValue(val dateValue: String? = null, val longValue: Int? = null, val stringListValue: List<String>? = null, val stringValue: String? = null)

Constructors

Link copied to clipboard
fun DataSourceDocumentAttributeValue(dateValue: String? = null, longValue: Int? = null, stringListValue: List<String>? = null, stringValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dateValue: String? = null
Link copied to clipboard
val longValue: Int? = null
Link copied to clipboard
Link copied to clipboard
val stringValue: String? = null