def to_structure(self):
     return {
         "client_id": to_structure_SignedIntegerType_64(self.client_id),
         "domain_id": to_structure_SignedIntegerType_64(self.domain_id),
         "received_count": to_structure_SignedIntegerType_64(self.received_count),
         "actual_count": to_structure_SignedIntegerType_64(self.actual_count)
     }
Beispiel #2
0
 def to_structure(self):
     return {
         "client_id":
         to_structure_SignedIntegerType_64(self.client_id),
         "received_count":
         to_structure_SignedIntegerType_64(self.received_count),
         "is_group":
         to_structure_Bool(self.is_group)
     }
 def to_structure(self):
     return {
         "audit_trail_id": to_structure_SignedIntegerType_64(self.audit_trail_id),
         "tbl_name": to_structure_Text(self.tbl_name),
         "tbl_auto_id": to_structure_SignedIntegerType_64(self.tbl_auto_id),
         "column_name": to_structure_Text(self.column_name),
         "value": to_structure_OptionalType_Text(self.value),
         "client_id": to_structure_SignedIntegerType_64(self.client_id),
         "action": to_structure_Text(self.action),
         "legal_entity_id": to_structure_SignedIntegerType_64(self.legal_entity_id)
     }
 def to_structure(self):
     return {
         "client_id": to_structure_SignedIntegerType_64(self.client_id),
         "is_new_data": to_structure_Bool(self.is_new_data),
         "is_new_domain": to_structure_Bool(self.is_new_domain),
         "domain_id": to_structure_OptionalType_Text(self.domain_id),
         "is_group": to_structure_Bool(self.is_group),
         "group_id": self.group_id,
         "country_id" : self.country_id
     }