Table of Contents

Class LandingPageExportStatusResponseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

Uri

Status

Current status of the activity

[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }

Property Value

string