GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1EntryOverview (google_api_data_catalog v0.26.0) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.