Class ListServicesByLocationResponse
Class for the listServicesByLocationResponse response.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ListServicesByLocationResponse
Constructors
| Edit this page View SourceListServicesByLocationResponse()
Default constructor.
Declaration
public ListServicesByLocationResponse()
Fields
| Edit this page View SourcelocationUsed
Describes the location that was used.
Declaration
public LocationUsed locationUsed
Field Value
Type | Description |
---|---|
LocationUsed |
path
Request path that was used.
Declaration
public List<LostPath> path
Field Value
Type | Description |
---|---|
List<LostPath> |
serviceList
List of available services.
Declaration
public List<string> serviceList
Field Value
Type | Description |
---|---|
List<string> |
warnings
Contains warnings if any were generated.
Declaration
public LostWarnings warnings
Field Value
Type | Description |
---|---|
LostWarnings |