google_api_docs v0.5.0 GoogleApi.Docs.V1.Model.TabStop View Source

A tab stop within a paragraph.

Attributes

  • alignment (type: String.t, default: nil) - The alignment of this tab stop. If unset, the value defaults to START.
  • offset (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The offset between this tab stop and the start margin.

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.TabStop{
  alignment: String.t(),
  offset: 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.