Module About.TeamDriveThemes

type t = {
colorRgb : string;(*

Deprecated - use driveThemes/colorRgb instead.

*)
id : string;(*

Deprecated - use driveThemes/id instead.

*)
}
val colorRgb : ( t, string ) GapiLens.t
val id : ( t, string ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t