Class ProjectsResource.AndroidAppsResource.DeliveryDataResource
The "deliveryData" collection of methods.
Inherited Members
Namespace: Google.Apis.Fcmdata.v1beta1
Assembly: Google.Apis.Fcmdata.v1beta1.dll
Syntax
public class ProjectsResource.AndroidAppsResource.DeliveryDataResource
Constructors
DeliveryDataResource(IClientService)
Constructs a new resource.
Declaration
public DeliveryDataResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
List aggregate delivery data for the given Android application.
Declaration
public virtual ProjectsResource.AndroidAppsResource.DeliveryDataResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The application for which to list delivery data. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.DeliveryDataResource.ListRequest |