Show / Hide Table of Contents

    Class JobExecutionReportDetails

    Inheritance
    Object
    JobExecutionReportDetails
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class JobExecutionReportDetails

    Constructors

    JobExecutionReportDetails()

    Declaration
    public JobExecutionReportDetails ();

    JobExecutionReportDetails(String, String)

    Declaration
    public JobExecutionReportDetails (string ts = null, string msg = null);
    Parameters
    String ts

    String msg

    Properties

    Msg

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Msg")]
    public string Msg { get; set; }
    Property Value
    String

    Ts

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Ts")]
    public string Ts { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net