Get Dapr Component Result
data class GetDaprComponentResult(val componentType: String? = null, val id: String, val ignoreErrors: Boolean? = null, val initTimeout: String? = null, val metadata: List<DaprMetadataResponse>? = null, val name: String, val scopes: List<String>? = null, val secretStoreComponent: String? = null, val secrets: List<SecretResponse>? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
Dapr Component.
Constructors
Link copied to clipboard
fun GetDaprComponentResult(componentType: String? = null, id: String, ignoreErrors: Boolean? = null, initTimeout: String? = null, metadata: List<DaprMetadataResponse>? = null, name: String, scopes: List<String>? = null, secretStoreComponent: String? = null, secrets: List<SecretResponse>? = null, systemData: SystemDataResponse, type: String, version: String? = null)