DataSourceDocumentAttributeValueArgs

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

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): DataSourceDocumentAttributeValueArgs

Properties

Link copied to clipboard
val dateValue: Output<String>? = null
Link copied to clipboard
val longValue: Output<Int>? = null
Link copied to clipboard
val stringListValue: Output<List<String>>? = null
Link copied to clipboard
val stringValue: Output<String>? = null