Class AccountsResource.NetworkReportResource
The "networkReport" collection of methods.
Inherited Members
Namespace: Google.Apis.AdMob.v1
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class AccountsResource.NetworkReportResource
Constructors
NetworkReportResource(IClientService)
Constructs a new resource.
Declaration
public NetworkReportResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Generate(GenerateNetworkReportRequest, string)
Generates an AdMob Network report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
Declaration
public virtual AccountsResource.NetworkReportResource.GenerateRequest Generate(GenerateNetworkReportRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GenerateNetworkReportRequest | body | The body of the request. |
string | parent | Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 |
Returns
Type | Description |
---|---|
AccountsResource.NetworkReportResource.GenerateRequest |