Class EnterprisesResource.ApplicationsResource
The "applications" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class EnterprisesResource.ApplicationsResource
Constructors
ApplicationsResource(IClientService)
Constructs a new resource.
Declaration
public ApplicationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets info about an application.
Declaration
public virtual EnterprisesResource.ApplicationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the application in the form enterprises/{enterpriseId}/applications/{package_name}. |
Returns
Type | Description |
---|---|
EnterprisesResource.ApplicationsResource.GetRequest |