Show / Hide Table of Contents

Class File.UrlsData

The URLs where the completed report file can be downloaded.

Inheritance
object
File.UrlsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class File.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
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
string
In this article
Back to top Generated by DocFX