google_api_custom_search v0.11.0 GoogleApi.CustomSearch.V1.Model.PromotionBodyLines View Source

Block object belonging to a promotion.

Attributes

  • htmlTitle (type: String.t, default: nil) - The block object's text in HTML, if it has text.
  • link (type: String.t, default: nil) - The anchor text of the block object's link, if it has a link.
  • title (type: String.t, default: nil) - The block object's text, if it has text.
  • url (type: String.t, default: nil) - The URL of the block object's link, if it has one.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CustomSearch.V1.Model.PromotionBodyLines{
  htmlTitle: String.t(),
  link: String.t(),
  title: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.