nextpyp.client.gen.SessionJobLog#

class nextpyp.client.gen.SessionJobLog#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SessionJobLog

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

array_id

(no description yet)

log

(no description yet)

Details

__init__(array_id, log)#
Parameters:
  • array_id (int | None) –

  • log (str | None) –

Return type:

None

array_id: Optional[int]#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionJobLog

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

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

log: Optional[str]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]