migration_tag property

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

The tag of the Durable Object migration that was most recently applied for this Worker.

Implementation

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