Input$GenerateMetadataInput class

Constructors

Input$GenerateMetadataInput({bool? covers, bool? sprites, bool? previews, bool? imagePreviews, Input$GeneratePreviewOptionsInput? previewOptions, bool? markers, bool? markerImagePreviews, bool? markerScreenshots, bool? transcodes, bool? forceTranscodes, bool? phashes, bool? interactiveHeatmapsSpeeds, bool? imagePhashes, bool? imageThumbnails, bool? clipPreviews, List<String>? sceneIDs, List<String>? markerIDs, List<String>? imageIDs, List<String>? galleryIDs, List<String>? paths, bool? overwrite})
factory
Input$GenerateMetadataInput.fromJson(Map<String, dynamic> data)
factory

Properties

clipPreviews bool?
no setter
copyWith CopyWith$Input$GenerateMetadataInput<Input$GenerateMetadataInput>
no setter
covers bool?
no setter
forceTranscodes bool?
no setter
galleryIDs List<String>?
no setter
hashCode int
The hash code for this object.
no setteroverride
imageIDs List<String>?
no setter
imagePhashes bool?
no setter
imagePreviews bool?
no setter
imageThumbnails bool?
no setter
interactiveHeatmapsSpeeds bool?
no setter
markerIDs List<String>?
no setter
markerImagePreviews bool?
no setter
markers bool?
no setter
markerScreenshots bool?
no setter
overwrite bool?
no setter
paths List<String>?
no setter
phashes bool?
no setter
previewOptions Input$GeneratePreviewOptionsInput?
no setter
previews bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sceneIDs List<String>?
no setter
sprites bool?
no setter
transcodes bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override