DataSourceFormInputArgs

data class DataSourceFormInputArgs(val content: Output<String>? = null, val formName: Output<String>, val typeIdentifier: Output<String>? = null, val typeRevision: Output<String>? = null) : ConvertibleToJava<DataSourceFormInputArgs>

The details of a metadata form.

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, formName: Output<String>, typeIdentifier: Output<String>? = null, typeRevision: Output<String>? = null)

Properties

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

The content of the metadata form.

Link copied to clipboard
val formName: Output<String>

The name of the metadata form.

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

The ID of the metadata form type.

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

The revision of the metadata form type.

Functions

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