Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionStatus

Package version

Model that represents the an action and its status.

Hierarchy

  • ActionStatus

Index

Properties

Optional actionId

actionId: undefined | string

The id of the action status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional actionName

actionName: undefined | string

The name of the action status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional endTime

endTime: Date

String that represents the end time of the action. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startTime

startTime: Date

String that represents the start time of the action. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

The status of the action. NOTE: This property will not be serialized. It can only be populated by the server.

Optional targets

The array of targets. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc