Get Api Tokens Invoke Result
data class GetApiTokensInvokeResult(val direction: String? = null, val id: String, val maxItems: Int? = null, val results: List<GetApiTokensResult>)
A collection of values returned by getApiTokens.
Constructors
Link copied to clipboard
constructor(direction: String? = null, id: String, maxItems: Int? = null, results: List<GetApiTokensResult>)