nextpyp.client.gen.ProjectRunData#

class nextpyp.client.gen.ProjectRunData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

ProjectRunData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

run_id

(no description yet)

timestamp

(no description yet)

status

(no description yet)

jobs

(no description yet)

Details

__init__(run_id, timestamp, status, jobs)#
Parameters:
Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

ProjectRunData

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

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

jobs: List[JobRunData]#

(no description yet)

run_id: int#

(no description yet)

status: RunStatus#

(no description yet)

timestamp: int#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]