downloadMovieInputParameters#
- class hvpy.parameters.downloadMovieInputParameters(**data)[source]#
Bases:
HvpyParametersHandles the input parameters of the
downloadMovieAPI.- id#
Unique movie identifier, returned as a response by the
queueMovieendpoint request.
- format#
Movie Format (“mp4”, “webm”, or “flv”).
- hq#
Download a higher-quality movie file (valid for “mp4” movies only, ignored otherwise). Defaults to
False, optional.
References
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Returns the output type of the API call.
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods Documentation