Get Api Keys Result
data class GetApiKeysResult(val customerId: String? = null, val id: String, val includeValues: Boolean? = null, val items: List<GetApiKeysItem>)
A collection of values returned by getApiKeys.
Constructors
Link copied to clipboard
constructor(customerId: String? = null, id: String, includeValues: Boolean? = null, items: List<GetApiKeysItem>)