Class About.TeamDriveThemesData
Inheritance
System.Object
About.TeamDriveThemesData
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 TeamDriveThemesData
Properties
BackgroundImageLink
Deprecated - use driveThemes/backgroundImageLink instead.
Declaration
[JsonProperty("backgroundImageLink")]
public virtual string BackgroundImageLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColorRgb
Deprecated - use driveThemes/colorRgb instead.
Declaration
[JsonProperty("colorRgb")]
public virtual string ColorRgb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Deprecated - use driveThemes/id instead.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |