Class UpdateDevicePreviewFeedbackOptions
UpdateDevicePreviewFeedbackOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "UpdateDevicePreviewFeedbackOptions")]
public class UpdateDevicePreviewFeedbackOptions : IValidatableObject
Constructors
View SourceUpdateDevicePreviewFeedbackOptions(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 SourceAppendInternalNote
Gets or Sets AppendInternalNote
Declaration
[DataMember(Name = "appendInternalNote", EmitDefaultValue = true)]
public bool AppendInternalNote { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Comment
Gets or Sets Comment
Declaration
[DataMember(Name = "comment", EmitDefaultValue = false)]
public string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InternalNote
Gets or Sets InternalNote
Declaration
[DataMember(Name = "internalNote", EmitDefaultValue = false)]
public string InternalNote { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LiveViewUrl
Gets or Sets LiveViewUrl
Declaration
[DataMember(Name = "liveViewUrl", EmitDefaultValue = false)]
public string LiveViewUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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> |
Rating
Gets or Sets Rating
Declaration
[DataMember(Name = "rating", EmitDefaultValue = false)]
public int Rating { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SessionId
Gets or Sets SessionId
Declaration
[DataMember(Name = "sessionId", EmitDefaultValue = false)]
public string SessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", EmitDefaultValue = false)]
public UpdateDevicePreviewFeedbackOptions.StatusEnum? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateDevicePreviewFeedbackOptions.StatusEnum? |
Title
Gets or Sets Title
Declaration
[DataMember(Name = "title", EmitDefaultValue = false)]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |