Class CustomerContact
Customer contact information that will be used by Oracle to provide notifications needed by database and infrastructure administrators.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CustomerContactProperties
Declaration
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The email address used by Oracle to send notifications regarding databases and infrastructure. |