Parameter#

class Parameter(param_name=None, param_value=None, *args, **kwargs)[source]#

Bases: object

Parameters:
  • param_name – (param_name) Name or key of additional parameter for an instance.

  • param_value – (param_value) Value of additional parameter for an instance.

property param_name#

Name or key of additional parameter for an instance.

Type:

str

property param_value#

Value of additional parameter for an instance.

Type:

StringValue | BoolValue | IntValue

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model