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