View Source GoogleApi.Docs.V1.Model.Background (google_api_docs v0.15.0)

Represents the background of a document.

Attributes

  • color (type: GoogleApi.Docs.V1.Model.OptionalColor.t, default: nil) - The background color.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.Background{
  color: GoogleApi.Docs.V1.Model.OptionalColor.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.