ScienceCitationAlternateTitle

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAlternateTitle


Table of Contents ▼

Jump to a specific part of the page:

Description

alternate titles (including language where available)

Attributes List

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

View Attributes

Attributes

  1. Language (type: String.t, default: nil)
    -
  2. Title (type: String.t, default: nil)
    -
  3. TitleHtml (type: String.t, default: nil)
    - Version of title for display. Contains unsanitized HTML/XML.
  4. TitleHtmlLeftOver (type: String.t, default: nil)
    - Leftovers from TitleHtml. These are usually unrecognized xml/html entities or xml/html tags

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAlternateTitle{
Language: String.t() | nil,
Title: String.t() | nil,
TitleHtml: String.t() | nil,
TitleHtmlLeftOver: String.t() | nil
}

Function

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

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