CustomerContact

class oci.database.models.CustomerContact(**kwargs)

Bases: object

Customer contact information that will be used by Oracle to provide notifications needed by database and infrastructure administrators.

Methods

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

Attributes

email 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

Gets the email of this CustomerContact. The email address used by Oracle to send notifications regarding databases and infrastructure.

Returns:The email of this CustomerContact.
Return type:str