Status

class oci.cims.models.Status(**kwargs)

Bases: object

Details about the status of the support ticket.

Methods

__init__(**kwargs) Initializes a new Status object with values from keyword arguments.

Attributes

code [Required] Gets the code of this Status.
message [Required] Gets the message of this Status.
__init__(**kwargs)

Initializes a new Status object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • code (str) – The value to assign to the code property of this Status.
  • message (str) – The value to assign to the message property of this Status.
code

[Required] Gets the code of this Status. The code unique to this ticket status.

Returns:The code of this Status.
Return type:str
message

[Required] Gets the message of this Status. The status message for this ticket.

Returns:The message of this Status.
Return type:str