Ingestion Policy Properties Format Response
data class IngestionPolicyPropertiesFormatResponse(val ingestionSources: List<IngestionSourcesPropertiesFormatResponse>? = null, val ingestionType: String? = null)
Ingestion Policy properties.
Constructors
Link copied to clipboard
constructor(ingestionSources: List<IngestionSourcesPropertiesFormatResponse>? = null, ingestionType: String? = null)