Aml Filesystem Health Response
data class AmlFilesystemHealthResponse(val state: String? = null, val statusCode: String? = null, val statusDescription: String? = null)
An indication of AML file system health. Gives more information about health than just that related to provisioning.
Constructors
Link copied to clipboard
fun AmlFilesystemHealthResponse(state: String? = null, statusCode: String? = null, statusDescription: String? = null)