| Name |
Type |
Description |
Notes |
| table_names |
List[str] |
|
[optional] |
from ibm_gdsc_sdk_saas.models.reportsv3_table_names import Reportsv3TableNames
# TODO update the JSON string below
json = "{}"
# create an instance of Reportsv3TableNames from a JSON string
reportsv3_table_names_instance = Reportsv3TableNames.from_json(json)
# print the JSON string representation of the object
print(Reportsv3TableNames.to_json())
# convert the object into a dict
reportsv3_table_names_dict = reportsv3_table_names_instance.to_dict()
# create an instance of Reportsv3TableNames from a dict
reportsv3_table_names_from_dict = Reportsv3TableNames.from_dict(reportsv3_table_names_dict)
[Back to Model list] [Back to API list] [Back to README]