Class UpdateIncident
Details about the support ticket being updated.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class UpdateIncident
Properties
ProblemType
Declaration
[JsonProperty(PropertyName = "problemType")]
[JsonConverter(typeof(StringEnumConverter))]
public ProblemType? ProblemType { get; set; }
Property Value
Type | Description |
---|---|
ProblemType? | The kind of support ticket, such as a technical support request or a limit increase request. |
Ticket
Declaration
[Required(ErrorMessage = "Ticket is required.")]
[JsonProperty(PropertyName = "ticket")]
public UpdateTicketDetails Ticket { get; set; }
Property Value
Type | Description |
---|---|
UpdateTicketDetails |
Remarks
Required