migration_tag property
The tag of the Durable Object migration that was most recently applied for this Worker.
Implementation
@JsonKey(name: 'migration_tag')
late String? migration_tag;
The tag of the Durable Object migration that was most recently applied for this Worker.
@JsonKey(name: 'migration_tag')
late String? migration_tag;