GoogleApi.Docs.V1.Model.EmbeddedObjectBorder (google_api_docs v0.18.0)

View Source

A border around an EmbeddedObject.

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.
  • propertyState (type: String.t, default: nil) - The property state of the border property.
  • width (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The width of the border.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.EmbeddedObjectBorder{
  color: GoogleApi.Docs.V1.Model.OptionalColor.t() | nil,
  dashStyle: String.t() | nil,
  propertyState: String.t() | nil,
  width: GoogleApi.Docs.V1.Model.Dimension.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.