GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1EntryOverview (google_api_data_catalog v0.32.2)

View Source

Entry overview fields for rich text descriptions of entries.

Attributes

  • overview (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1EntryOverview{
  overview: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.