Class LandingPageExportStatusResponseModel
Represents the response model returned after exporting a landing page file.
public class LandingPageExportStatusResponseModel
- Inheritance
-
LandingPageExportStatusResponseModel
- Inherited Members
Properties
DownloadUrl
URL for downloading the exported landing page ZIP file
[JsonProperty("DownloadUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Uri DownloadUrl { get; set; }
Property Value
Status
Current status of the activity
[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }