factory ImportWorkspaceImageResult.fromJson(Map<String, dynamic> json) { return ImportWorkspaceImageResult( imageId: json['ImageId'] as String?, ); }