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