Input$IdentifyMetadataInput constructor
- required List<
Input$IdentifySourceInput> sources, - Input$IdentifyMetadataOptionsInput? options,
- List<
String> ? sceneIDs, - List<
String> ? paths,
Implementation
factory Input$IdentifyMetadataInput({
required List<Input$IdentifySourceInput> sources,
Input$IdentifyMetadataOptionsInput? options,
List<String>? sceneIDs,
List<String>? paths,
}) => Input$IdentifyMetadataInput._({
r'sources': sources,
if (options != null) r'options': options,
if (sceneIDs != null) r'sceneIDs': sceneIDs,
if (paths != null) r'paths': paths,
});