nextpyp.client.gen.SingleParticleSessionArgs#

class nextpyp.client.gen.SingleParticleSessionArgs#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SingleParticleSessionArgs

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

name

(no description yet)

group_id

(no description yet)

values

(no description yet)

Details

__init__(name, group_id, values)#
Parameters:
  • name (str) –

  • group_id (str) –

  • values (str) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SingleParticleSessionArgs

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

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

group_id: str#

(no description yet)

name: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]

values: str#

(no description yet)