PipelineInputPayloadFormatAvroArgs

data class PipelineInputPayloadFormatAvroArgs(val schemaDefinition: Output<String>? = null) : ConvertibleToJava<PipelineInputPayloadFormatAvroArgs>

Constructors

Link copied to clipboard
constructor(schemaDefinition: Output<String>? = null)

Properties

Link copied to clipboard
val schemaDefinition: Output<String>? = null

The entire schema definition is stored in this field.

Functions

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