def __str__(self): return Common.dict_to_string(self.to_json)
def __str__(self): response = "\n\n----------------------------TLSCertificateWrapper\n" response += Common.dict_to_string(self.to_json) return response