public sealed class OrganizationContact : IMessage<OrganizationContact>, IEquatable<OrganizationContact>, IDeepCloneable<OrganizationContact>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class OrganizationContact.
Contact information of the customer organization.
Implements
IMessageOrganizationContact, IEquatableOrganizationContact, IDeepCloneableOrganizationContact, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
OrganizationContact()
public OrganizationContact()
OrganizationContact(OrganizationContact)
public OrganizationContact(OrganizationContact other)
Parameter | |
---|---|
Name | Description |
other |
OrganizationContact |
Properties
Address
public PostalAddress Address { get; set; }
Required. The organization's address.
Property Value | |
---|---|
Type | Description |
PostalAddress |
Contacts
public RepeatedField<Contact> Contacts { get; }
Required. The individual points of contact in the organization at this location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldContact |
public string Email { get; set; }
Optional. The organization's email.
Property Value | |
---|---|
Type | Description |
string |
Phone
public string Phone { get; set; }
Optional. The organization's phone number.
Property Value | |
---|---|
Type | Description |
string |