gravitino.dto.responses.function_list_response.FunctionListResponse¶
- class gravitino.dto.responses.function_list_response.FunctionListResponse(_code: int, _functions: List[FunctionDTO])¶
Bases:
BaseResponseResponse wrapper for multiple functions.
- __init__(_code: int, _functions: List[FunctionDTO]) None¶
Methods
__init__(_code, _functions)code()from_dict(kvs, *[, infer_missing])from_json(s, *[, parse_float, parse_int, ...])Returns the list of functions.
schema(*[, infer_missing, only, exclude, ...])to_dict([encode_json])to_json(*[, skipkeys, ensure_ascii, ...])validate()Validates the response data.
Attributes
dataclass_json_config- functions() List[FunctionDTO]¶
Returns the list of functions.
- validate()¶
Validates the response data.
- Raises:
IllegalArgumentException: If functions is null.