Class GetIncidentListResponse
Inheritance
System.Object
GetIncidentListResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetIncidentListResponse : ServiceResponse
Constructors
GetIncidentListResponse()
Declaration
public GetIncidentListResponse()
Properties
IncidentListDetails
Declaration
public List<IncidentListDetails> IncidentListDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IncidentListDetails> |