Class AppIcons
Implements
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class AppIcons : IDirectResponseSchema
Properties
Category
Category of the icon. Allowed values are: * application - The icon for the application. * document - The
icon for a file associated with the app. * documentShared - The icon for a shared file associated with the
app.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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? |