Class ContactList
The list of contacts for the ticket.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class ContactList
Properties
ContactListProp
Declaration
[Required(ErrorMessage = "ContactListProp is required.")]
[JsonProperty(PropertyName = "contactList")]
public List<Contact> ContactListProp { get; set; }
Property Value
Type | Description |
---|---|
List<Contact> | The list of contacts. |
Remarks
Required