Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.2 KB

File metadata and controls

32 lines (23 loc) · 1.2 KB

BatchSetConfigInputEntriesInner

Properties

Name Type Description Notes
key str
value object
locked bool [optional]
sensitive bool [optional]

Example

from stratum.models.batch_set_config_input_entries_inner import BatchSetConfigInputEntriesInner

# TODO update the JSON string below
json = "{}"
# create an instance of BatchSetConfigInputEntriesInner from a JSON string
batch_set_config_input_entries_inner_instance = BatchSetConfigInputEntriesInner.from_json(json)
# print the JSON string representation of the object
print(BatchSetConfigInputEntriesInner.to_json())

# convert the object into a dict
batch_set_config_input_entries_inner_dict = batch_set_config_input_entries_inner_instance.to_dict()
# create an instance of BatchSetConfigInputEntriesInner from a dict
batch_set_config_input_entries_inner_from_dict = BatchSetConfigInputEntriesInner.from_dict(batch_set_config_input_entries_inner_dict)

[Back to Model list] [Back to API list] [Back to README]