Name | Type | Description | Notes |
---|---|---|---|
references | PlainReferences | [optional] |
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)