GoogleCloudDatacatalogV1EntryOverviewArgs

data class GoogleCloudDatacatalogV1EntryOverviewArgs(val overview: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1EntryOverviewArgs>

Entry overview fields for rich text descriptions of entries.

Constructors

fun GoogleCloudDatacatalogV1EntryOverviewArgs(overview: Output<String>? = null)

Functions

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

Properties

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

Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.