NoteRelatedUrlArgs

data class NoteRelatedUrlArgs(val label: Output<String>? = null, val url: Output<String>) : ConvertibleToJava<NoteRelatedUrlArgs>

Constructors

Link copied to clipboard
constructor(label: Output<String>? = null, url: Output<String>)

Properties

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

Label to describe usage of the URL

Link copied to clipboard
val url: Output<String>

Specific URL associated with the resource.

Functions

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