public sealed class ContactDetails : IMessage<ContactDetails>, IEquatable<ContactDetails>, IDeepCloneable<ContactDetails>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ContactDetails.
The details pertaining to specific contacts
Implements
IMessage<ContactDetails>, IEquatable<ContactDetails>, IDeepCloneable<ContactDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ContactDetails()
public ContactDetails()ContactDetails(ContactDetails)
public ContactDetails(ContactDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ContactDetails |
Properties
Contacts
public RepeatedField<Contact> Contacts { get; }A list of contacts
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Contact> |
|