Show / Hide Table of Contents

Class About.DriveThemesData

A list of themes that are supported for shared drives.

Inheritance
object
About.DriveThemesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class About.DriveThemesData

Properties

BackgroundImageLink

A link to this theme's background image.

Declaration
[JsonProperty("backgroundImageLink")]
public virtual string BackgroundImageLink { get; set; }
Property Value
Type Description
string

ColorRgb

The color of this theme as an RGB hex string.

Declaration
[JsonProperty("colorRgb")]
public virtual string ColorRgb { get; set; }
Property Value
Type Description
string

Id

The ID of the theme.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX