Get Connector Result
data class GetConnectorResult(val collection: ConnectorCollectionInfoResponse, val createdOn: String, val credentialsKey: String? = null, val displayName: String? = null, val id: String, val kind: String? = null, val location: String? = null, val modifiedOn: String, val name: String, val providerAccountId: String, val reportId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String)
The Connector model definition
Constructors
Link copied to clipboard
fun GetConnectorResult(collection: ConnectorCollectionInfoResponse, createdOn: String, credentialsKey: String? = null, displayName: String? = null, id: String, kind: String? = null, location: String? = null, modifiedOn: String, name: String, providerAccountId: String, reportId: String? = null, status: String? = null, tags: Map<String, String>? = null, type: String)