ApiReferenceArgs

data class ApiReferenceArgs(val brandColor: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val iconUri: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val swagger: Output<Any>? = null, val type: Output<String>? = null) : ConvertibleToJava<ApiReferenceArgs>

Constructors

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

Properties

Link copied to clipboard
val brandColor: Output<String>? = null

Brand color

Link copied to clipboard
val description: Output<String>? = null

The custom API description

Link copied to clipboard
val displayName: Output<String>? = null

The display name

Link copied to clipboard
val iconUri: Output<String>? = null

The icon URI

Link copied to clipboard
val id: Output<String>? = null

Resource reference id

Link copied to clipboard
val name: Output<String>? = null

The name of the API

Link copied to clipboard
val swagger: Output<Any>? = null

The JSON representation of the swagger

Link copied to clipboard
val type: Output<String>? = null

Resource reference type

Functions

Link copied to clipboard
open override fun toJava(): ApiReferenceArgs