Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.16 KB

File metadata and controls

29 lines (20 loc) · 1.16 KB

Connectionsv3UpdatePluginResponse

Properties

Name Type Description Notes
status GooglerpcStatus [optional]

Example

from ibm_gdsc_sdk_saas.models.connectionsv3_update_plugin_response import Connectionsv3UpdatePluginResponse

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

# convert the object into a dict
connectionsv3_update_plugin_response_dict = connectionsv3_update_plugin_response_instance.to_dict()
# create an instance of Connectionsv3UpdatePluginResponse from a dict
connectionsv3_update_plugin_response_from_dict = Connectionsv3UpdatePluginResponse.from_dict(connectionsv3_update_plugin_response_dict)

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