Show / Hide Table of Contents

Class MobileAppsResource

The "mobileApps" collection of methods.

Inheritance
object
MobileAppsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class MobileAppsResource

Constructors

MobileAppsResource(IClientService)

Constructs a new resource.

Declaration
public MobileAppsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, string)

Gets one mobile app by ID.

Declaration
public virtual MobileAppsResource.GetRequest Get(long profileId, string id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

string id

Mobile app ID.

Returns
Type Description
MobileAppsResource.GetRequest

List(long)

Retrieves list of available mobile apps.

Declaration
public virtual MobileAppsResource.ListRequest List(long profileId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

Returns
Type Description
MobileAppsResource.ListRequest
In This Article
Back to top Generated by DocFX