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