last_deployed_from property

  1. @JsonKey.new(name: 'last_deployed_from')
String? last_deployed_from
getter/setter pair

The client most recently used to deploy this Worker.

Implementation

@JsonKey(name: 'last_deployed_from')
late String? last_deployed_from;