Analytics Application Reference Data Sources Schema Record Format
data class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat(val mappingParameters: AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters? = null, val recordFormatType: String? = null)
Constructors
Link copied to clipboard
constructor(mappingParameters: AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters? = null, recordFormatType: String? = null)
Properties
Link copied to clipboard
val mappingParameters: AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters? = null
The Mapping Information for the record format. See Mapping Parameters below for more details.
Link copied to clipboard
The type of Record Format. Can be CSV
or JSON
.