Class DistributionJob
- Namespace
- InSite.Persistence.Integration.BCMail
- Assembly
- InSite.Persistence.dll
public class DistributionJob
- Inheritance
-
DistributionJob
- Inherited Members
Constructors
DistributionJob()
public DistributionJob()
Properties
Code
[JsonProperty("jobId")]
public string Code { get; set; }
Property Value
Errors
[JsonProperty("errors")]
public string Errors { get; set; }
Property Value
Status
[JsonProperty("jobStatus")]
public string Status { get; set; }