Name | Type | Description | Notes |
---|---|---|---|
backend_id | int | [optional] | |
data | object |
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)