ApiReferenceResponse

data class ApiReferenceResponse(val brandColor: String? = null, val description: String? = null, val displayName: String? = null, val iconUri: String? = null, val id: String? = null, val name: String? = null, val swagger: Any? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(brandColor: String? = null, description: String? = null, displayName: String? = null, iconUri: String? = null, id: String? = null, name: String? = null, swagger: Any? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val brandColor: String? = null

Brand color

Link copied to clipboard
val description: String? = null

The custom API description

Link copied to clipboard
val displayName: String? = null

The display name

Link copied to clipboard
val iconUri: String? = null

The icon URI

Link copied to clipboard
val id: String? = null

Resource reference id

Link copied to clipboard
val name: String? = null

The name of the API

Link copied to clipboard
val swagger: Any? = null

The JSON representation of the swagger

Link copied to clipboard
val type: String? = null

Resource reference type