Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.31 KB

File metadata and controls

30 lines (21 loc) · 1.31 KB

Groupbuilderv3GetExportGroupResponse

GetExportGroupResponse returns type of the GetExportGroupResponse API.

Properties

Name Type Description Notes
status Groupbuilderv3StatusResponseBase [optional]

Example

from ibm_gdsc_sdk_saas.models.groupbuilderv3_get_export_group_response import Groupbuilderv3GetExportGroupResponse

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

# convert the object into a dict
groupbuilderv3_get_export_group_response_dict = groupbuilderv3_get_export_group_response_instance.to_dict()
# create an instance of Groupbuilderv3GetExportGroupResponse from a dict
groupbuilderv3_get_export_group_response_from_dict = Groupbuilderv3GetExportGroupResponse.from_dict(groupbuilderv3_get_export_group_response_dict)

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