Get Storage Account Result
data class GetStorageAccountResult(val blobEndpoint: String, val containerCount: Int, val dataPolicy: String, val description: String? = null, val id: String, val name: String, val storageAccountCredentialId: String? = null, val storageAccountStatus: String? = null, val systemData: SystemDataResponse, val type: String)
Represents a Storage Account on the Data Box Edge/Gateway device.