ImportLanguages
Properties
| Name |
Type |
Description |
Notes |
| product |
int |
|
[optional] |
| file |
str |
|
[optional] |
Example
from defectdojo_api_generated.models.import_languages import ImportLanguages
# TODO update the JSON string below
json = "{}"
# create an instance of ImportLanguages from a JSON string
import_languages_instance = ImportLanguages.from_json(json)
# print the JSON string representation of the object
print(ImportLanguages.to_json())
# convert the object into a dict
import_languages_dict = import_languages_instance.to_dict()
# create an instance of ImportLanguages from a dict
import_languages_from_dict = ImportLanguages.from_dict(import_languages_dict)
[Back to Model list] [Back to API list] [Back to README]