TermsOfServiceArgs

data class TermsOfServiceArgs(val url: Output<String>) : ConvertibleToJava<TermsOfServiceArgs>

Terms of service for the API.

Constructors

Link copied to clipboard
constructor(url: Output<String>)

Properties

Link copied to clipboard
val url: Output<String>

URL pointing to the terms of service.

Functions

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