AccountItem¶
-
class
oci.cims.models.
AccountItem
(**kwargs)¶ Bases:
oci.cims.models.item.Item
Details about the AccountItem object.
Methods
__init__
(**kwargs)Initializes a new AccountItem object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
category
Gets the category of this Item. issue_type
Gets the issue_type of this Item. item_key
[Required] Gets the item_key of this Item. name
Gets the name of this Item. sub_category
Gets the sub_category of this Item. type
Gets the type of this Item. -
__init__
(**kwargs)¶ Initializes a new AccountItem object with values from keyword arguments. The default value of the
type
attribute of this class isaccount
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - item_key (str) – The value to assign to the item_key property of this AccountItem.
- name (str) – The value to assign to the name property of this AccountItem.
- type (str) – The value to assign to the type property of this AccountItem.
- category (oci.cims.models.Category) – The value to assign to the category property of this AccountItem.
- sub_category (oci.cims.models.SubCategory) – The value to assign to the sub_category property of this AccountItem.
- issue_type (oci.cims.models.IssueType) – The value to assign to the issue_type property of this AccountItem.
-
category
¶ Gets the category of this Item.
Returns: The category of this Item. Return type: oci.cims.models.Category
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
issue_type
¶ Gets the issue_type of this Item.
Returns: The issue_type of this Item. Return type: oci.cims.models.IssueType
-
item_key
¶ [Required] Gets the item_key of this Item. Unique identifier for the item.
Returns: The item_key of this Item. Return type: str
-
name
¶ Gets the name of this Item. The display name of the item. Avoid entering confidential information.
Returns: The name of this Item. Return type: str
-
sub_category
¶ Gets the sub_category of this Item.
Returns: The sub_category of this Item. Return type: oci.cims.models.SubCategory
-
type
¶ Gets the type of this Item. The type of the item.
Returns: The type of this Item. Return type: str
-