AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs

data class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs(val mappingParameters: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs>? = null, val recordFormatType: Output<String>? = null) : ConvertibleToJava<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs>

Constructors

constructor(mappingParameters: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs>? = null, recordFormatType: Output<String>? = null)

Properties

Link copied to clipboard

The Mapping Information for the record format. See Mapping Parameters below for more details.

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

The type of Record Format. Can be CSV or JSON.

Functions

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