Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.31 KB

File metadata and controls

28 lines (21 loc) · 1.31 KB

UpdateIgnoredJobPartSegment

Properties

Name Type Description Notes
job_part_uid str
segments List[UpdateIgnoredSegment]

Example

from phrasetms_client.models.update_ignored_job_part_segment import UpdateIgnoredJobPartSegment

# TODO update the JSON string below
json = "{}"
# create an instance of UpdateIgnoredJobPartSegment from a JSON string
update_ignored_job_part_segment_instance = UpdateIgnoredJobPartSegment.from_json(json)
# print the JSON string representation of the object
print UpdateIgnoredJobPartSegment.to_json()

# convert the object into a dict
update_ignored_job_part_segment_dict = update_ignored_job_part_segment_instance.to_dict()
# create an instance of UpdateIgnoredJobPartSegment from a dict
update_ignored_job_part_segment_from_dict = UpdateIgnoredJobPartSegment.from_dict(update_ignored_job_part_segment_dict)

[Back to Model list] [Back to API list] [Back to README]