Class About.DriveThemesData
A list of themes that are supported for shared drives.
Inherited Members
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 |