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
Can be set only for Translation Memory with read == true.<br/> Max 2 write TMs allowed per project.<br/> Default: false
[optional]
penalty
float
[optional]
apply_penalty_to101_only
bool
Can be set only for penalty == 1<br/>Default: false
[optional]
order
int
[optional]
Example
fromphrasetms_client.models.set_project_template_trans_memory_v2_dtoimportSetProjectTemplateTransMemoryV2Dto# TODO update the JSON string belowjson="{}"# create an instance of SetProjectTemplateTransMemoryV2Dto from a JSON stringset_project_template_trans_memory_v2_dto_instance=SetProjectTemplateTransMemoryV2Dto.from_json(json)
# print the JSON string representation of the objectprintSetProjectTemplateTransMemoryV2Dto.to_json()
# convert the object into a dictset_project_template_trans_memory_v2_dto_dict=set_project_template_trans_memory_v2_dto_instance.to_dict()
# create an instance of SetProjectTemplateTransMemoryV2Dto from a dictset_project_template_trans_memory_v2_dto_from_dict=SetProjectTemplateTransMemoryV2Dto.from_dict(set_project_template_trans_memory_v2_dto_dict)