Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

File metadata and controls

30 lines (21 loc) · 1.12 KB

MetaInstallationLabelValueName

Properties

Name Type Description Notes
value str
meta object

Example

from plesk_wp_toolkit_client.models.meta_installation_label_value_name import MetaInstallationLabelValueName

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

# convert the object into a dict
meta_installation_label_value_name_dict = meta_installation_label_value_name_instance.to_dict()
# create an instance of MetaInstallationLabelValueName from a dict
meta_installation_label_value_name_from_dict = MetaInstallationLabelValueName.from_dict(meta_installation_label_value_name_dict)

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