CreateIssueTypeDetails¶
-
class
oci.cims.models.
CreateIssueTypeDetails
(**kwargs)¶ Bases:
object
Details for creating the issue type of the support ticket.
Methods
__init__
(**kwargs)Initializes a new CreateIssueTypeDetails object with values from keyword arguments. Attributes
issue_type_key
Gets the issue_type_key of this CreateIssueTypeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateIssueTypeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: issue_type_key (str) – The value to assign to the issue_type_key property of this CreateIssueTypeDetails.
-
issue_type_key
¶ Gets the issue_type_key of this CreateIssueTypeDetails. Unique identifier for the issue type.
Returns: The issue_type_key of this CreateIssueTypeDetails. Return type: str
-