Fabric Properties Response
data class FabricPropertiesResponse(val bcdrState: String? = null, val customDetails: Any? = null, val encryptionDetails: EncryptionDetailsResponse? = null, val friendlyName: String? = null, val health: String? = null, val healthErrorDetails: List<HealthErrorResponse>? = null, val internalIdentifier: String? = null, val rolloverEncryptionDetails: EncryptionDetailsResponse? = null)
Fabric properties.
Constructors
Link copied to clipboard
fun FabricPropertiesResponse(bcdrState: String? = null, customDetails: Any? = null, encryptionDetails: EncryptionDetailsResponse? = null, friendlyName: String? = null, health: String? = null, healthErrorDetails: List<HealthErrorResponse>? = null, internalIdentifier: String? = null, rolloverEncryptionDetails: EncryptionDetailsResponse? = null)