gravitino.dto.responses.remove_response.RemoveResponse¶
- class gravitino.dto.responses.remove_response.RemoveResponse(_code: int, _removed: bool)¶
Bases:
BaseResponseRepresents a response for a remove operation.
- __init__(_code: int, _removed: bool) None¶
Methods
__init__(_code, _removed)code()from_dict(kvs, *[, infer_missing])from_json(s, *[, parse_float, parse_int, ...])removed()schema(*[, infer_missing, only, exclude, ...])to_dict([encode_json])to_json(*[, skipkeys, ensure_ascii, ...])validate()Validates the response.
Attributes
dataclass_json_config- validate() None¶
Validates the response.
- Raises:
IllegalArgumentException: If the removed field is not set.