Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.36 KB

File metadata and controls

30 lines (21 loc) · 1.36 KB

BulkSetEnvironmentVariablesRequestEnvironmentInner

Properties

Name Type Description Notes
name str
value str

Example

from quantcdn.models.bulk_set_environment_variables_request_environment_inner import BulkSetEnvironmentVariablesRequestEnvironmentInner

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

# convert the object into a dict
bulk_set_environment_variables_request_environment_inner_dict = bulk_set_environment_variables_request_environment_inner_instance.to_dict()
# create an instance of BulkSetEnvironmentVariablesRequestEnvironmentInner from a dict
bulk_set_environment_variables_request_environment_inner_from_dict = BulkSetEnvironmentVariablesRequestEnvironmentInner.from_dict(bulk_set_environment_variables_request_environment_inner_dict)

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