About.TeamDriveThemes
type t = {
backgroundImageLink : string;
Deprecated - use driveThemes/backgroundImageLink instead.
colorRgb : string;
Deprecated - use driveThemes/colorRgb instead.
id : string;
Deprecated - use driveThemes/id instead.
}
val backgroundImageLink : (t, string) GapiLens.t
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