Reference Input Properties Args
data class ReferenceInputPropertiesArgs(val datasource: Output<BlobReferenceInputDataSourceArgs>? = null, val serialization: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ReferenceInputPropertiesArgs>
The properties that are associated with an input containing reference data.
Constructors
Link copied to clipboard
constructor(datasource: Output<BlobReferenceInputDataSourceArgs>? = null, serialization: Output<Any>? = null, type: Output<String>)