Class Report.FilesData
Asynchronous report only. Contains a list of generated report files once the report has successfully completed.
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class Report.FilesData
Properties
ByteCount
The size of this report file in bytes.
Declaration
[JsonProperty("byteCount")]
public virtual long? ByteCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Url
Use this url to download the report file.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |