GoogleApi.AdSense.V14.Model.AdStyleFont (google_api_ad_sense v0.18.0)

View Source

The font which is included in the style.

Attributes

  • family (type: String.t, default: nil) - The family of the font.
  • size (type: String.t, default: nil) - The size of the font.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V14.Model.AdStyleFont{
  family: String.t() | nil,
  size: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.