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
fromsparkfly_client.models.credential_eligibility_responseimportCredentialEligibilityResponse# TODO update the JSON string belowjson="{}"# create an instance of CredentialEligibilityResponse from a JSON stringcredential_eligibility_response_instance=CredentialEligibilityResponse.from_json(json)
# print the JSON string representation of the objectprintCredentialEligibilityResponse.to_json()
# convert the object into a dictcredential_eligibility_response_dict=credential_eligibility_response_instance.to_dict()
# create an instance of CredentialEligibilityResponse from a dictcredential_eligibility_response_form_dict=credential_eligibility_response.from_dict(credential_eligibility_response_dict)