View Source GoogleApi.AdSense.V14.Model.AdStyleFont (google_api_ad_sense v0.15.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.