DevBoxActionOutput interface

An action which will take place on a Dev Box.

Properties

actionType

The action that will be taken.

name

The name of the action.

next

Details about the next run of this action.

sourceId

The id of the resource which triggered this action.

suspendedUntil

The earliest time that the action could occur (UTC).

Property Details

actionType

The action that will be taken.

actionType: string

Property Value

string

name

The name of the action.

name: string

Property Value

string

next

Details about the next run of this action.

next?: DevBoxNextActionOutput

Property Value

sourceId

The id of the resource which triggered this action.

sourceId: string

Property Value

string

suspendedUntil

The earliest time that the action could occur (UTC).

suspendedUntil?: string

Property Value

string