Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.1 KB

File metadata and controls

31 lines (22 loc) · 1.1 KB

Dashboardsv3ReportOperator

Properties

Name Type Description Notes
key str [optional]
label str [optional]
value str [optional]

Example

from ibm_gdsc_sdk_saas.models.dashboardsv3_report_operator import Dashboardsv3ReportOperator

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

# convert the object into a dict
dashboardsv3_report_operator_dict = dashboardsv3_report_operator_instance.to_dict()
# create an instance of Dashboardsv3ReportOperator from a dict
dashboardsv3_report_operator_from_dict = Dashboardsv3ReportOperator.from_dict(dashboardsv3_report_operator_dict)

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