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.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class AppList : IDirectResponseSchema
Properties
DefaultAppIds
The 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 item.
Declaration
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
Output only. Identifies what kind of resource this is. Value: the fixed string "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 |