Class AppsResource.ListRequest
Lists a user's installed apps.
Inheritance
Inherited Members
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class AppsResource.ListRequest : DriveBaseServiceRequest<AppList>, IClientServiceRequest<AppList>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
AppFilterExtensions
A comma-separated list of file extensions to limit returned results. All results within the given app
query scope which can open any of the given file extensions are included in the response. If
appFilterMimeTypes
are provided as well, the result is a union of the two resulting app lists.
Declaration
[RequestParameter("appFilterExtensions", RequestParameterType.Query)]
public virtual string AppFilterExtensions { get; set; }
Property Value
Type | Description |
---|---|
string |
AppFilterMimeTypes
A comma-separated list of file extensions to limit returned results. All results within the given app
query scope which can open any of the given MIME types will be included in the response. If
appFilterExtensions
are provided as well, the result is a union of the two resulting app lists.
Declaration
[RequestParameter("appFilterMimeTypes", RequestParameterType.Query)]
public virtual string AppFilterMimeTypes { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LanguageCode
A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/).
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()