google_api_docs v0.9.0 GoogleApi.Docs.V1.Model.ParagraphBorder View Source

A border around a paragraph.

Attributes

  • color (type: GoogleApi.Docs.V1.Model.OptionalColor.t, default: nil) - The color of the border.
  • dashStyle (type: String.t, default: nil) - The dash style of the border.
  • padding (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The padding of the border.
  • width (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The width of the border.

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.Docs.V1.Model.ParagraphBorder{
  color: GoogleApi.Docs.V1.Model.OptionalColor.t(),
  dashStyle: String.t(),
  padding: GoogleApi.Docs.V1.Model.Dimension.t(),
  width: GoogleApi.Docs.V1.Model.Dimension.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.