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

Formatting information for a segment.

Attributes

  • bold (type: boolean(), default: nil) -
  • highlight (type: boolean(), default: nil) - This indicates that the segment should be rendered as highlighted or visually emphasized.
  • italics (type: boolean(), default: nil) -
  • strikethrough (type: boolean(), default: nil) -
  • style (type: String.t, default: nil) - If set, this indicates that the segment should be rendered with the specified style. The absence of an explicit style represents "no style", i.e. the segment can be rendered with the default style chosen by the application.
  • underline (type: boolean(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialCommonFormatting{
  bold: boolean() | nil,
  highlight: boolean() | nil,
  italics: boolean() | nil,
  strikethrough: boolean() | nil,
  style: String.t() | nil,
  underline: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.