Show / Hide Table of Contents

Class Report

A single report generated by its parent report.

Inheritance
object
Report
Implements
IDirectResponseSchema
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.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class Report : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Key

The key information identifying the report.

Declaration
[JsonProperty("key")]
public virtual ReportKey Key { get; set; }
Property Value
Type Description
ReportKey

Metadata

The metadata of the report.

Declaration
[JsonProperty("metadata")]
public virtual ReportMetadata Metadata { get; set; }
Property Value
Type Description
ReportMetadata

Params__

The parameters of the report.

Declaration
[JsonProperty("params")]
public virtual Parameters Params__ { get; set; }
Property Value
Type Description
Parameters

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX