Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 874 Bytes

MetadataIn.md

File metadata and controls

29 lines (21 loc) · 874 Bytes

MetadataIn

Properties

Name Type Description Notes
backend_id int [optional]
data object

Example

from compute_api_client.models.metadata_in import MetadataIn

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

# convert the object into a dict
metadata_in_dict = metadata_in_instance.to_dict()
# create an instance of MetadataIn from a dict
metadata_in_form_dict = metadata_in.from_dict(metadata_in_dict)

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