Show / Hide Table of Contents

Class CustomerContact

Customer contact information that will be used by Oracle to provide notifications needed by DB System 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.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class CustomerContact

Properties

Email

Declaration
[Required(ErrorMessage = "Email is required.")]
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
Type Description
string

The email address used by Oracle to send notifications regarding the DB System.

Remarks

Required

In this article
Back to top