public sealed class Contact : IMessage<Contact>, IEquatable<Contact>, IDeepCloneable<Contact>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class Contact.
Representa a single contact's email address
Implements
IMessage<Contact>, IEquatable<Contact>, IDeepCloneable<Contact>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 e.g. "person123@company.com"
| Property Value | |
|---|---|
| Type | Description |
String |
|