Get Spaces Key Result
data class GetSpacesKeyResult(val accessKey: String, val createdAt: String, val grants: List<GetSpacesKeyGrant>, val id: String, val name: String)
A collection of values returned by getSpacesKey.
A collection of values returned by getSpacesKey.