getMovieStatusInputParameters#

class hvpy.parameters.getMovieStatusInputParameters(**data)[source]#

Bases: HvpyParameters

Handles the input parameters of the getMovieStatus API.

.. {Shared}
id#

Unique movie identifier, returned as a response by the queueMovie endpoint request.

format#

Movie format.

verbose#

Include extra metadata in the response. Defaults to False, optional.

callback#

Wrap the response object in a function call of your choosing. Default is None (no wrapping), optional.

token#

API token. Defaults to None, optional.

References