View Source GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAlternateTitle (google_api_content_warehouse v0.4.0)

alternate titles (including language where available)

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.