Show / Hide Table of Contents

Class CustomerContact

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

Inheritance
object
CustomerContact
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CustomerContact

Properties

Email

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.

In this article
Back to top