factory DeleteActionResponse.fromJson(Map<String, dynamic> json) { return DeleteActionResponse( actionArn: json['ActionArn'] as String?, ); }