Show / Hide Table of Contents

Class ContactList

The list of contacts for the ticket.

Inheritance
object
ContactList
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top