Show / Hide Table of Contents

Class EnterprisesResource.ApplicationsResource

The "applications" collection of methods.

Inheritance
object
EnterprisesResource.ApplicationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX