Class DownloadLink
Inherited Members
Namespace: Crowdin.Api
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class DownloadLink
Properties
| Edit this page View SourceExpireIn
Declaration
[JsonProperty("expireIn")]
public DateTimeOffset ExpireIn { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |