google_api_drive v0.1.0 GoogleApi.Drive.V3.Model.AboutTeamDriveThemes View Source

Attributes

  • backgroundImageLink (String.t): A link to this Team Drive theme's background image. Defaults to: null.
  • colorRgb (String.t): The color of this Team Drive theme as an RGB hex string. Defaults to: null.
  • id (String.t): The ID of the theme. Defaults to: null.

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.Drive.V3.Model.AboutTeamDriveThemes{
  backgroundImageLink: any(),
  colorRgb: any(),
  id: any()
}

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.