Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.23 KB

File metadata and controls

29 lines (20 loc) · 1.23 KB

Connectionsv3UpdateBannerStateResponse

Properties

Name Type Description Notes
status GooglerpcStatus [optional]

Example

from ibm_gdsc_sdk_saas.models.connectionsv3_update_banner_state_response import Connectionsv3UpdateBannerStateResponse

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

# convert the object into a dict
connectionsv3_update_banner_state_response_dict = connectionsv3_update_banner_state_response_instance.to_dict()
# create an instance of Connectionsv3UpdateBannerStateResponse from a dict
connectionsv3_update_banner_state_response_from_dict = Connectionsv3UpdateBannerStateResponse.from_dict(connectionsv3_update_banner_state_response_dict)

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