Search Results for

    Show / Hide Table of Contents

    Class CreateDevicePreviewFeedbackOptions

    CreateDevicePreviewFeedbackOptions

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

    Constructors

    View Source

    CreateDevicePreviewFeedbackOptions()

    Initializes a new instance of the CreateDevicePreviewFeedbackOptions class.

    Declaration
    [JsonConstructor]
    protected CreateDevicePreviewFeedbackOptions()
    View Source

    CreateDevicePreviewFeedbackOptions(SourceEnum, CategoryEnum, StatusEnum?, int, Guid, Guid, Guid, ProviderEnum?, string, string, string, string, string, Dictionary<string, string>)

    Initializes a new instance of the CreateDevicePreviewFeedbackOptions class.

    Declaration
    public CreateDevicePreviewFeedbackOptions(CreateDevicePreviewFeedbackOptions.SourceEnum source = (CreateDevicePreviewFeedbackOptions.SourceEnum)0, CreateDevicePreviewFeedbackOptions.CategoryEnum category = (CreateDevicePreviewFeedbackOptions.CategoryEnum)0, CreateDevicePreviewFeedbackOptions.StatusEnum? status = null, int rating = 0, Guid runId = default, Guid targetId = default, Guid screenshotId = default, CreateDevicePreviewFeedbackOptions.ProviderEnum? provider = null, string title = null, string comment = null, string internalNote = null, string sessionId = null, string liveViewUrl = null, Dictionary<string, string> metadata = null)
    Parameters
    Type Name Description
    CreateDevicePreviewFeedbackOptions.SourceEnum source

    source (required).

    CreateDevicePreviewFeedbackOptions.CategoryEnum category

    category (required).

    CreateDevicePreviewFeedbackOptions.StatusEnum? status

    status.

    int rating

    rating.

    Guid runId

    runId.

    Guid targetId

    targetId.

    Guid screenshotId

    screenshotId.

    CreateDevicePreviewFeedbackOptions.ProviderEnum? provider

    provider.

    string title

    title.

    string comment

    comment.

    string internalNote

    internalNote.

    string sessionId

    sessionId.

    string liveViewUrl

    liveViewUrl.

    Dictionary<string, string> metadata

    metadata.

    Properties

    View Source

    Category

    Gets or Sets Category

    Declaration
    [DataMember(Name = "category", IsRequired = true, EmitDefaultValue = true)]
    public CreateDevicePreviewFeedbackOptions.CategoryEnum Category { get; set; }
    Property Value
    Type Description
    CreateDevicePreviewFeedbackOptions.CategoryEnum
    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

    Provider

    Gets or Sets Provider

    Declaration
    [DataMember(Name = "provider", EmitDefaultValue = false)]
    public CreateDevicePreviewFeedbackOptions.ProviderEnum? Provider { get; set; }
    Property Value
    Type Description
    CreateDevicePreviewFeedbackOptions.ProviderEnum?
    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

    RunId

    Gets or Sets RunId

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

    ScreenshotId

    Gets or Sets ScreenshotId

    Declaration
    [DataMember(Name = "screenshotId", EmitDefaultValue = false)]
    public Guid ScreenshotId { get; set; }
    Property Value
    Type Description
    Guid
    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

    Source

    Gets or Sets Source

    Declaration
    [DataMember(Name = "source", IsRequired = true, EmitDefaultValue = true)]
    public CreateDevicePreviewFeedbackOptions.SourceEnum Source { get; set; }
    Property Value
    Type Description
    CreateDevicePreviewFeedbackOptions.SourceEnum
    View Source

    Status

    Gets or Sets Status

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

    TargetId

    Gets or Sets TargetId

    Declaration
    [DataMember(Name = "targetId", EmitDefaultValue = false)]
    public Guid TargetId { get; set; }
    Property Value
    Type Description
    Guid
    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.