public sealed class CustomerContact : IMessage<CustomerContact>, IEquatable<CustomerContact>, IDeepCloneable<CustomerContact>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class CustomerContact.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `CustomerContact` class is part of the Google Cloud Oracle Database v1 API, specifically within the `Google.Cloud.OracleDatabase.V1` namespace."],["It is a sealed class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CustomerContact` is a reference defined by Oracle and serves as a data structure for handling customer contact details."],["The class includes two constructors, a default constructor, and another that allows creating a copy from an existing `CustomerContact` object."],["The `CustomerContact` class has one property `Email`, a string type that holds a required email address for Oracle to send database and infrastructure notifications."]]],[]]