CustomerContact¶
-
class
oci.mysql.models.
CustomerContact
(**kwargs)¶ Bases:
object
Customer contact information that will be used by Oracle to provide notifications needed by DB System administrators.
Methods
__init__
(**kwargs)Initializes a new CustomerContact object with values from keyword arguments. Attributes
email
[Required] Gets the email of this CustomerContact. -
__init__
(**kwargs)¶ Initializes a new CustomerContact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: email (str) – The value to assign to the email property of this CustomerContact.
-
email
¶ [Required] Gets the email of this CustomerContact. The email address used by Oracle to send notifications regarding the DB System.
Returns: The email of this CustomerContact. Return type: str
-