Show / Hide Table of Contents

Class File.UrlsData

The URLs where the completed report file can be downloaded.

Inheritance
System.Object
File.UrlsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class UrlsData

Properties

ApiUrl

The URL for downloading the report data through the API.

Declaration
[JsonProperty("apiUrl")]
public virtual string ApiUrl { get; set; }
Property Value
Type Description
System.String

BrowserUrl

The URL for downloading the report data through a browser.

Declaration
[JsonProperty("browserUrl")]
public virtual string BrowserUrl { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top