GeostoreHtmlTextProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreHtmlTextProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents HTML text associated with a feature.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. text (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto), default: nil)
    - Zero or more texts of the specified type, in various languages. If this is a HTML_DESCRIPTION blob then these texts would hold the description in English, German, and so forth. The text is an HTML fragment, not a full page. The fragment should be suitable for including in a DIV. It must have balanced HTML tags. It may use HTML's "class" attributes to assign classes to HTML elements. This allows the HTML to be formatted by an (external) style sheet. The HTML should not have embedded style sheet definitions, nor should it have embedded JavaScript.
  2. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreHtmlTextProto{
text: [GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto.t()] | nil,
type: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreHtmlTextProto