Class DownloadLink
Download link information
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class DownloadLink
Properties
Token of the download, used to generate the url.
Declaration
[JsonProperty("downloadToken", Required = Required.Always)]
[Required]
public string DownloadToken { get; set; }
Property Value
Url of the download link.
Declaration
[JsonProperty("downloadUrl", Required = Required.Always)]
[Required]
public string DownloadUrl { get; set; }
Property Value
Methods
Declaration
public static DownloadLink FromJson(string data)
Parameters
Returns