Search Results for

    Show / Hide Table of Contents

    Class CreateDevicePreviewRunResult

    CreateDevicePreviewRunResult

    Inheritance
    object
    CreateDevicePreviewRunResult
    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 = "CreateDevicePreviewRunResult")]
    public class CreateDevicePreviewRunResult : IValidatableObject

    Constructors

    View Source

    CreateDevicePreviewRunResult()

    Initializes a new instance of the CreateDevicePreviewRunResult class.

    Declaration
    [JsonConstructor]
    protected CreateDevicePreviewRunResult()
    View Source

    CreateDevicePreviewRunResult(DevicePreviewRunDto, bool)

    Initializes a new instance of the CreateDevicePreviewRunResult class.

    Declaration
    public CreateDevicePreviewRunResult(DevicePreviewRunDto run = null, bool created = false)
    Parameters
    Type Name Description
    DevicePreviewRunDto run

    run (required).

    bool created

    created (required).

    Properties

    View Source

    Created

    Gets or Sets Created

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

    Run

    Gets or Sets Run

    Declaration
    [DataMember(Name = "run", IsRequired = true, EmitDefaultValue = true)]
    public DevicePreviewRunDto Run { get; set; }
    Property Value
    Type Description
    DevicePreviewRunDto

    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.