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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `OrganizationContact` class in the GDC Hardware Management v1alpha API provides a structure for defining customer organization contact information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["Key properties of `OrganizationContact` include `Address` (required, of type `PostalAddress`), `Contacts` (required, a collection of `Contact` objects), `Email` (optional), and `Phone` (optional)."],["There are two versions of the documentation available, the latest being 1.0.0-alpha04, and 1.0.0-alpha03."],["Two constructors are provided to create a new instance of the class, one being empty, and the other taking an already existing instance of `OrganizationContact` as a parameter to clone."]]],[]]