Input$IdentifySourceInput constructor
- required Input$ScraperSourceInput source,
- 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,
});