Get Api Key Result
data class GetApiKeyResult(val apiKeyId: String? = null, val customerId: String? = null, val description: String? = null, val enabled: Boolean? = null, val stageKeys: List<ApiKeyStageKey>? = null, val tags: List<ApiKeyTag>? = null)
Constructors
Link copied to clipboard
fun GetApiKeyResult(apiKeyId: String? = null, customerId: String? = null, description: String? = null, enabled: Boolean? = null, stageKeys: List<ApiKeyStageKey>? = null, tags: List<ApiKeyTag>? = null)