Connector Collection Info Response
data class ConnectorCollectionInfoResponse(val error: ConnectorCollectionErrorInfoResponse? = null, val lastChecked: String? = null, val lastRun: String, val lastUpdated: String, val sourceLastUpdated: String)
Collection and ingestion information
Constructors
Link copied to clipboard
fun ConnectorCollectionInfoResponse(error: ConnectorCollectionErrorInfoResponse? = null, lastChecked: String? = null, lastRun: String, lastUpdated: String, sourceLastUpdated: String)