public sealed class Contact : IMessage<Contact>, IEquatable<Contact>, IDeepCloneable<Contact>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class Contact.
The email address of a contact.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Contact()
public Contact()Contact(Contact)
public Contact(Contact other)| Parameter | |
|---|---|
| Name | Description |
other |
Contact |
Properties
public string Email { get; set; }An email address. For example, "person123@company.com".
| Property Value | |
|---|---|
| Type | Description |
string |
|