Get Data Store Result
data class GetDataStoreResult(val customerSecrets: List<CustomerSecretResponse>? = null, val dataStoreTypeId: String, val extendedProperties: Any? = null, val id: String, val name: String, val repositoryId: String? = null, val state: String, val type: String)
Data store.
Constructors
Link copied to clipboard
fun GetDataStoreResult(customerSecrets: List<CustomerSecretResponse>? = null, dataStoreTypeId: String, extendedProperties: Any? = null, id: String, name: String, repositoryId: String? = null, state: String, type: String)