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