You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromplatform_api_python_client.models.generate_service_account_secret_responseimportGenerateServiceAccountSecretResponse# TODO update the JSON string belowjson="{}"# create an instance of GenerateServiceAccountSecretResponse from a JSON stringgenerate_service_account_secret_response_instance=GenerateServiceAccountSecretResponse.from_json(json)
# print the JSON string representation of the objectprint(GenerateServiceAccountSecretResponse.to_json())
# convert the object into a dictgenerate_service_account_secret_response_dict=generate_service_account_secret_response_instance.to_dict()
# create an instance of GenerateServiceAccountSecretResponse from a dictgenerate_service_account_secret_response_from_dict=GenerateServiceAccountSecretResponse.from_dict(generate_service_account_secret_response_dict)