Show / Hide Table of Contents

Class App.IconsData

The various icons for the app.

Inheritance
object
App.IconsData
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 App.IconsData

Properties

Category

Category of the icon. Allowed values are: * application - icon for the application * document - icon for a file associated with the app * documentShared - icon for a shared file associated with the app

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

IconUrl

URL for the icon.

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

Size

Size of the icon. Represented as the maximum of the width and height.

Declaration
[JsonProperty("size")]
public virtual int? Size { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX