nextpyp.client.gen.TwoDClassesData#

class nextpyp.client.gen.TwoDClassesData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

TwoDClassesData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

owner_id

(no description yet)

two_dclasses_id

(no description yet)

created

(no description yet)

Details

__init__(owner_id, two_dclasses_id, created)#
Parameters:
  • owner_id (str) –

  • two_dclasses_id (str) –

  • created (int) –

Return type:

None

created: int#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

TwoDClassesData

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

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

owner_id: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]

two_dclasses_id: str#

(no description yet)