Class UpdateIncident
Details about the support request 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 request (type of support request).
For information about |
Ticket
Declaration
[Required(ErrorMessage = "Ticket is required.")]
[JsonProperty(PropertyName = "ticket")]
public UpdateTicketDetails Ticket { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateTicketDetails |
Remarks
Required