nextpyp.client.gen.SessionJobLogData#

class nextpyp.client.gen.SessionJobLogData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SessionJobLogData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

job_id

(no description yet)

name

(no description yet)

timestamp

(no description yet)

Details

__init__(job_id, name, timestamp)#
Parameters:
  • job_id (str) –

  • name (str) –

  • timestamp (int) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionJobLogData

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

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

job_id: str#

(no description yet)

name: str#

(no description yet)

timestamp: int#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]