NodesQuery🔗
Definition🔗
class NodesQuery:
count: typing.Optional[int]
seed: typing.Optional[int]
# Possible enum values:
# - `"random"`
# - `"random edges"`
# - `"response_medium"`
# - `"response_small"`
# - `"feature_showcase"`
type_val: typing.Optional[typing.Literal["random", "random edges", "response_medium", "response_small", "feature_showcase"]]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.