Interface IGetLocationsResponse
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Responses.ClassificationObject
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetLocationsResponse))]
public interface IGetLocationsResponse
Properties
Objects
List<ILocateableObject> Objects { get; set; }