Search Results for

    Show / Hide Table of Contents

    Class ExportTransformerResponse

    ExportTransformerResponse

    Inheritance
    object
    ExportTransformerResponse
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "ExportTransformerResponse")]
    public class ExportTransformerResponse : IValidatableObject

    Constructors

    View Source

    ExportTransformerResponse()

    Initializes a new instance of the ExportTransformerResponse class.

    Declaration
    [JsonConstructor]
    protected ExportTransformerResponse()
    View Source

    ExportTransformerResponse(Guid, StatusEnum)

    Initializes a new instance of the ExportTransformerResponse class.

    Declaration
    public ExportTransformerResponse(Guid jobId = default, ExportTransformerResponse.StatusEnum status = (ExportTransformerResponse.StatusEnum)0)
    Parameters
    Type Name Description
    Guid jobId

    jobId (required).

    ExportTransformerResponse.StatusEnum status

    status (required).

    Properties

    View Source

    JobId

    Gets or Sets JobId

    Declaration
    [DataMember(Name = "jobId", IsRequired = true, EmitDefaultValue = true)]
    public Guid JobId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", IsRequired = true, EmitDefaultValue = true)]
    public ExportTransformerResponse.StatusEnum Status { get; set; }
    Property Value
    Type Description
    ExportTransformerResponse.StatusEnum

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.