Class Contact (3.1.0)

public sealed class Contact : IMessage<Contact>, IEquatable<Contact>, IDeepCloneable<Contact>, IBufferMessage, IMessage

Representa a single contact's email address

Inheritance

Object > Contact

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Contact()

public Contact()

Contact(Contact)

public Contact(Contact other)
Parameter
NameDescription
otherContact

Properties

Email

public string Email { get; set; }

An email address e.g. &quot;person123@company.com"

Property Value
TypeDescription
String