MapRequest interface

Specifies the contents of request to generate a map.

Properties

endTime

Map interval end time.

kind

Polymorphic discriminator, which specifies the different types this object can be

startTime

Map interval start time.

Property Details

endTime

Map interval end time.

endTime?: Date

Property Value

Date

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "map:single-machine-dependency" | "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency"

Property Value

"map:single-machine-dependency" | "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency"

startTime

Map interval start time.

startTime?: Date

Property Value

Date