IssueType

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

Bases: object

Details about the issue type associated with the support ticket.

Methods

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

Attributes

issue_type_key Gets the issue_type_key of this IssueType.
label Gets the label of this IssueType.
name Gets the name of this IssueType.
__init__(**kwargs)

Initializes a new IssueType 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 IssueType.
  • label (str) – The value to assign to the label property of this IssueType.
  • name (str) – The value to assign to the name property of this IssueType.
issue_type_key

Gets the issue_type_key of this IssueType. Unique identifier for the issue type.

Returns:The issue_type_key of this IssueType.
Return type:str
label

Gets the label of this IssueType. The label for the issue type. For example, Instance Performance.

Returns:The label of this IssueType.
Return type:str
name

Gets the name of this IssueType. The URL for the contextual documentation.

Returns:The name of this IssueType.
Return type:str