UpdateSupportTicket Class

Definition

Updates severity, ticket status, and contact details in the support ticket.

public class UpdateSupportTicket
type UpdateSupportTicket = class
Public Class UpdateSupportTicket
Inheritance
UpdateSupportTicket

Constructors

UpdateSupportTicket()

Initializes a new instance of the UpdateSupportTicket class.

UpdateSupportTicket(String, String, UpdateContactProfile)

Initializes a new instance of the UpdateSupportTicket class.

Properties

ContactDetails

Gets or sets contact details to be updated on the support ticket.

Severity

Gets or sets severity level. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'

Status

Gets or sets status to be updated on the ticket. Possible values include: 'open', 'closed'

Applies to