Class AppList
A list of third-party applications which the user has installed or given access to Google Drive.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class AppList : IDirectResponseSchema
Properties
DefaultAppIds
List of app IDs that the user has specified to use by default. The list is in reverse-priority order (lowest to highest).
Declaration
[JsonProperty("defaultAppIds")]
public virtual IList<string> DefaultAppIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the list.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The list of apps.
Declaration
[JsonProperty("items")]
public virtual IList<App> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<App> |
Kind
This is always drive#appList
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
A link back to this list.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |