UpdateIncident¶
-
class
oci.cims.models.
UpdateIncident
(**kwargs)¶ Bases:
object
Details about the support ticket being updated.
Methods
__init__
(**kwargs)Initializes a new UpdateIncident object with values from keyword arguments. Attributes
ticket
[Required] Gets the ticket of this UpdateIncident. -
__init__
(**kwargs)¶ Initializes a new UpdateIncident object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ticket (oci.cims.models.UpdateTicketDetails) – The value to assign to the ticket property of this UpdateIncident.
-
ticket
¶ [Required] Gets the ticket of this UpdateIncident.
Returns: The ticket of this UpdateIncident. Return type: oci.cims.models.UpdateTicketDetails
-