Class JobExecutionReportDetails
Inheritance
JobExecutionReportDetails
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class JobExecutionReportDetails
Constructors
Declaration
public JobExecutionReportDetails ();
Declaration
public JobExecutionReportDetails (string ts = null, string msg = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Msg")]
public string Msg { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Ts")]
public string Ts { get; set; }
Property Value