Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 976 Bytes

File metadata and controls

29 lines (20 loc) · 976 Bytes

Reportsv3TableNames

Properties

Name Type Description Notes
table_names List[str] [optional]

Example

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]