Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.42 KB

File metadata and controls

30 lines (21 loc) · 1.42 KB

Guardiumconnectorv3ConfigureStreamingResponse

Returns the configure datamart streaming status for Managed Units.

Properties

Name Type Description Notes
status Guardiumconnectorv3StatusResponseBase [optional]

Example

from ibm_gdsc_sdk_saas.models.guardiumconnectorv3_configure_streaming_response import Guardiumconnectorv3ConfigureStreamingResponse

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

# convert the object into a dict
guardiumconnectorv3_configure_streaming_response_dict = guardiumconnectorv3_configure_streaming_response_instance.to_dict()
# create an instance of Guardiumconnectorv3ConfigureStreamingResponse from a dict
guardiumconnectorv3_configure_streaming_response_from_dict = Guardiumconnectorv3ConfigureStreamingResponse.from_dict(guardiumconnectorv3_configure_streaming_response_dict)

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