nextpyp.client.gen.RealTimeS2CProjectStatus#

class nextpyp.client.gen.RealTimeS2CProjectStatus#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CProjectStatus

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

recent_runs

(no description yet)

has_older_runs

(no description yet)

blocks

(no description yet)

Details

__init__(recent_runs, has_older_runs, blocks)#
Parameters:
Return type:

None

blocks: List[Block]#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CProjectStatus

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

has_older_runs: bool#

(no description yet)

recent_runs: List[ProjectRunData]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]