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

Attributes

  • backgroundImageLink (type: String.t, default: nil) - Deprecated: Use driveThemes/backgroundImageLink instead.
  • colorRgb (type: String.t, default: nil) - Deprecated: Use driveThemes/colorRgb instead.
  • id (type: String.t, default: nil) - Deprecated: Use driveThemes/id instead.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.AboutTeamDriveThemes{
  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.