Class OrganizationalContact
Inheritance
OrganizationalContact
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class OrganizationalContact
Properties
|
Edit this page
View Source
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(4)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(2)]
public string Email { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public string Phone { get; set; }
Property Value