Input$IdentifySourceInput constructor

Input$IdentifySourceInput({
  1. required Input$ScraperSourceInput source,
  2. Input$IdentifyMetadataOptionsInput? options,
})

Implementation

factory Input$IdentifySourceInput({
  required Input$ScraperSourceInput source,
  Input$IdentifyMetadataOptionsInput? options,
}) => Input$IdentifySourceInput._({
  r'source': source,
  if (options != null) r'options': options,
});