Show / Hide Table of Contents

Class Report.FilesData

Asynchronous report only. Contains a list of generated report files once the report has successfully completed.

Inheritance
object
Report.FilesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX