Class App.IconsData
The various icons for the app.
Inherited Members
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? |