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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]