Show / Hide Table of Contents

Class About.DriveThemesData

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

Properties

BackgroundImageLink

A link to this theme's background image.

Declaration
[JsonProperty("backgroundImageLink")]
public virtual string BackgroundImageLink { get; set; }
Property Value
Type Description
System.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
System.String

Id

The ID of the theme.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String
Back to top