HelloWorldResponseModel
- class omni.services.crash.services.service.HelloWorldResponseModel(*, greeting: str)
Bases:
pydantic.main.BaseModelModel of a response containing the formatted greeting message to the User.
Methods
Attributes
greeting- __init__(**data: Any) None
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.