Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

File metadata and controls

30 lines (21 loc) · 1.4 KB

Connectionsv3InternalCreateConnectionConfigResponse

Properties

Name Type Description Notes
id str [optional]
message str [optional]

Example

from ibm_gdsc_sdk_saas.models.connectionsv3_internal_create_connection_config_response import Connectionsv3InternalCreateConnectionConfigResponse

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

# convert the object into a dict
connectionsv3_internal_create_connection_config_response_dict = connectionsv3_internal_create_connection_config_response_instance.to_dict()
# create an instance of Connectionsv3InternalCreateConnectionConfigResponse from a dict
connectionsv3_internal_create_connection_config_response_from_dict = Connectionsv3InternalCreateConnectionConfigResponse.from_dict(connectionsv3_internal_create_connection_config_response_dict)

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