Input$CleanMetadataInput constructor

Input$CleanMetadataInput({
  1. List<String>? paths,
  2. bool? ignoreZipFileContents,
  3. required bool dryRun,
})

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,
});