public sealed class Contact : IMessage<Contact>, IEquatable<Contact>, IDeepCloneable<Contact>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class Contact.
Contact details of a point of contact.
Namespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
Contact()
public Contact()
Contact(Contact)
public Contact(Contact other)
Parameter | |
---|---|
Name | Description |
other |
Contact |
Properties
public string Email { get; set; }
Required. Email of the contact.
Property Value | |
---|---|
Type | Description |
string |
FamilyName
public string FamilyName { get; set; }
Optional. Family name of the contact.
Property Value | |
---|---|
Type | Description |
string |
GivenName
public string GivenName { get; set; }
Required. Given name of the contact.
Property Value | |
---|---|
Type | Description |
string |
Phone
public string Phone { get; set; }
Required. Phone number of the contact.
Property Value | |
---|---|
Type | Description |
string |
ReachableTimes
public RepeatedField<TimePeriod> ReachableTimes { get; }
Optional. The time periods when the contact is reachable. If this field is empty, the contact is reachable at all times.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTimePeriod |
TimeZone
public TimeZone TimeZone { get; set; }
Optional. Time zone of the contact.
Property Value | |
---|---|
Type | Description |
TimeZone |