actionExecuteSeconds property

  1. @JsonKey(name: 'actionExecuteSeconds')
int? actionExecuteSeconds
getter/setter pair

How long it takes for the Plugging of the item to be completed once it is initiated, if you care.

Implementation

@JsonKey(name:'actionExecuteSeconds')
int? actionExecuteSeconds;