Google Cloud Security Command Center v1 API - Class Contact (3.20.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Contact.

The email address of a contact.

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. For example, "person123@company.com".

Property Value
TypeDescription
string