Input$CleanMetadataInput constructor
Implementation
factory Input$CleanMetadataInput({
List<String>? paths,
bool? ignoreZipFileContents,
required bool dryRun,
}) => Input$CleanMetadataInput._({
if (paths != null) r'paths': paths,
if (ignoreZipFileContents != null)
r'ignoreZipFileContents': ignoreZipFileContents,
r'dryRun': dryRun,
});