GDC Hardware Management v1alpha API - Class OrganizationContact (1.0.0-alpha02)

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.

Inheritance

object > OrganizationContact

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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

Email

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