Class File.UrlsData
The URLs where the completed report file can be downloaded.
Inherited Members
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 |