Skip to content

Latest commit

History

History
31 lines (22 loc) · 972 Bytes

File metadata and controls

31 lines (22 loc) · 972 Bytes

ConfigFileMount

Properties

NameTypeDescriptionNotes
filenamestr
mount_pathstr
contentstr

Example

fromplatform_api_python_client.models.config_file_mountimportConfigFileMount# TODO update the JSON string belowjson="{}"# create an instance of ConfigFileMount from a JSON stringconfig_file_mount_instance=ConfigFileMount.from_json(json)
# print the JSON string representation of the objectprint(ConfigFileMount.to_json())
# convert the object into a dictconfig_file_mount_dict=config_file_mount_instance.to_dict()
# create an instance of ConfigFileMount from a dictconfig_file_mount_from_dict=ConfigFileMount.from_dict(config_file_mount_dict)

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