Show / Hide Table of Contents

Class About.TeamDriveThemesData

Deprecated: Use driveThemes instead.

Inheritance
object
About.TeamDriveThemesData
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.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.TeamDriveThemesData

Properties

BackgroundImageLink

Deprecated: Use driveThemes/backgroundImageLink instead.

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

ColorRgb

Deprecated: Use driveThemes/colorRgb instead.

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

Id

Deprecated: Use driveThemes/id instead.

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