ApiLicenseInformationArgs

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

API license information

Constructors

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

Properties

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

The license name used for the API

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

A URL to the license used for the API. MUST be in the format of a URL

Functions

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