google_api_drive v0.15.0 GoogleApi.Drive.V3.Model.AboutDriveThemes View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.