Show / Hide Table of Contents

Class ReportsResource

The "reports" collection of methods.

Inheritance
object
ReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DoubleClickBidManager.v1_1
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class ReportsResource

Constructors

ReportsResource(IClientService)

Constructs a new resource.

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

Methods

Listreports(long)

Retrieves stored reports.

Declaration
public virtual ReportsResource.ListreportsRequest Listreports(long queryId)
Parameters
Type Name Description
long queryId

Query ID with which the reports are associated.

Returns
Type Description
ReportsResource.ListreportsRequest
In This Article
Back to top Generated by DocFX