Get Table Service Properties Result
data class GetTableServicePropertiesResult(val cors: CorsRulesResponse? = null, val id: String, val name: String, val type: String)
The properties of a storage account’s Table service.