Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

File metadata and controls

29 lines (20 loc) · 1.17 KB

Pipelineconfigv3DeleteTenantResponse

Properties

Name Type Description Notes
message str [optional]

Example

from ibm_gdsc_sdk_saas.models.pipelineconfigv3_delete_tenant_response import Pipelineconfigv3DeleteTenantResponse

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

# convert the object into a dict
pipelineconfigv3_delete_tenant_response_dict = pipelineconfigv3_delete_tenant_response_instance.to_dict()
# create an instance of Pipelineconfigv3DeleteTenantResponse from a dict
pipelineconfigv3_delete_tenant_response_from_dict = Pipelineconfigv3DeleteTenantResponse.from_dict(pipelineconfigv3_delete_tenant_response_dict)

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