Search Results for

    Show / Hide Table of Contents

    Class UpdateDevicePreviewFeedbackOptions

    UpdateDevicePreviewFeedbackOptions

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

    Constructors

    View Source

    UpdateDevicePreviewFeedbackOptions(StatusEnum?, int, string, string, string, bool, string, string, Dictionary<string, string>)

    Initializes a new instance of the UpdateDevicePreviewFeedbackOptions class.

    Declaration
    public UpdateDevicePreviewFeedbackOptions(UpdateDevicePreviewFeedbackOptions.StatusEnum? status = null, int rating = 0, string title = null, string comment = null, string internalNote = null, bool appendInternalNote = false, string sessionId = null, string liveViewUrl = null, Dictionary<string, string> metadata = null)
    Parameters
    Type Name Description
    UpdateDevicePreviewFeedbackOptions.StatusEnum? status

    status.

    int rating

    rating.

    string title

    title.

    string comment

    comment.

    string internalNote

    internalNote.

    bool appendInternalNote

    appendInternalNote.

    string sessionId

    sessionId.

    string liveViewUrl

    liveViewUrl.

    Dictionary<string, string> metadata

    metadata.

    Properties

    View Source

    AppendInternalNote

    Gets or Sets AppendInternalNote

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

    Comment

    Gets or Sets Comment

    Declaration
    [DataMember(Name = "comment", EmitDefaultValue = false)]
    public string Comment { get; set; }
    Property Value
    Type Description
    string
    View Source

    InternalNote

    Gets or Sets InternalNote

    Declaration
    [DataMember(Name = "internalNote", EmitDefaultValue = false)]
    public string InternalNote { get; set; }
    Property Value
    Type Description
    string
    View Source

    LiveViewUrl

    Gets or Sets LiveViewUrl

    Declaration
    [DataMember(Name = "liveViewUrl", EmitDefaultValue = false)]
    public string LiveViewUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    Metadata

    Gets or Sets Metadata

    Declaration
    [DataMember(Name = "metadata", EmitDefaultValue = false)]
    public Dictionary<string, string> Metadata { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    View Source

    Rating

    Gets or Sets Rating

    Declaration
    [DataMember(Name = "rating", EmitDefaultValue = false)]
    public int Rating { get; set; }
    Property Value
    Type Description
    int
    View Source

    SessionId

    Gets or Sets SessionId

    Declaration
    [DataMember(Name = "sessionId", EmitDefaultValue = false)]
    public string SessionId { get; set; }
    Property Value
    Type Description
    string
    View Source

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", EmitDefaultValue = false)]
    public UpdateDevicePreviewFeedbackOptions.StatusEnum? Status { get; set; }
    Property Value
    Type Description
    UpdateDevicePreviewFeedbackOptions.StatusEnum?
    View Source

    Title

    Gets or Sets Title

    Declaration
    [DataMember(Name = "title", EmitDefaultValue = false)]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    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.