Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.66 KB

File metadata and controls

36 lines (27 loc) · 1.66 KB

V2FilesLabelsGeneratePostRequestLabelContentDataInner

Properties

Name Type Description Notes
text1 str [optional]
text2 str [optional]
text3 str [optional]
text4 str [optional]
text5 str [optional]
text6 str [optional]
text7 str [optional]
text8 str [optional]

Example

from t3api.models.v2_files_labels_generate_post_request_label_content_data_inner import V2FilesLabelsGeneratePostRequestLabelContentDataInner

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

# convert the object into a dict
v2_files_labels_generate_post_request_label_content_data_inner_dict = v2_files_labels_generate_post_request_label_content_data_inner_instance.to_dict()
# create an instance of V2FilesLabelsGeneratePostRequestLabelContentDataInner from a dict
v2_files_labels_generate_post_request_label_content_data_inner_from_dict = V2FilesLabelsGeneratePostRequestLabelContentDataInner.from_dict(v2_files_labels_generate_post_request_label_content_data_inner_dict)

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