| Name | Type | Description | Notes |
|---|---|---|---|
| entries | List[BatchSetConfigInputEntriesInner] |
from stratum.models.batch_set_config_input import BatchSetConfigInput
# TODO update the JSON string below
json = "{}"
# create an instance of BatchSetConfigInput from a JSON string
batch_set_config_input_instance = BatchSetConfigInput.from_json(json)
# print the JSON string representation of the object
print(BatchSetConfigInput.to_json())
# convert the object into a dict
batch_set_config_input_dict = batch_set_config_input_instance.to_dict()
# create an instance of BatchSetConfigInput from a dict
batch_set_config_input_from_dict = BatchSetConfigInput.from_dict(batch_set_config_input_dict)