reQueueMovieInputParameters#

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

Bases: HvpyParameters

Handles the input parameters of the reQueueMovie API.

id#

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

force#

Boolean to force the re-queueing of the movie. Defaults to False, optional.

References

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Methods Summary

get_output_type()

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

get_output_type()[source]#

Returns the output type of the API call.

Return type:

OutputType