View Source GoogleApi.Drive.V3.Model.AboutDriveThemes (google_api_drive v0.27.1)

Attributes

  • backgroundImageLink (type: String.t, default: nil) - A link to this theme's background image.
  • colorRgb (type: String.t, default: nil) - The color of this theme as an RGB hex string.
  • id (type: String.t, default: nil) - The ID of the theme.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.AboutDriveThemes{
  backgroundImageLink: String.t() | nil,
  colorRgb: String.t() | nil,
  id: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.