UnRegisterInstanceResponse#
- pydantic model ansys.hps.client.rcs.UnRegisterInstanceResponse#
Response after unregistering an instance route.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
Show JSON schema
{ "title": "UnRegisterInstanceResponse", "description": "Response after unregistering an instance route.", "type": "object", "properties": { "message": { "title": "Message", "type": "string" }, "resource_name": { "title": "Resource Name", "type": "string" } }, "required": [ "message", "resource_name" ] }
- Fields:
message (str)resource_name (str)
- field message: str [Required]#
- field resource_name: str [Required]#