Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.06 KB

SEGMENTTARGETAllOf.md

File metadata and controls

27 lines (20 loc) · 1.06 KB

SEGMENTTARGETAllOf

Properties

Name Type Description Notes
references PlainReferences [optional]

Example

from phrasetms_client.models.segmenttarget_all_of import SEGMENTTARGETAllOf

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

# convert the object into a dict
segmenttarget_all_of_dict = segmenttarget_all_of_instance.to_dict()
# create an instance of SEGMENTTARGETAllOf from a dict
segmenttarget_all_of_from_dict = SEGMENTTARGETAllOf.from_dict(segmenttarget_all_of_dict)

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