| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | bool | [optional] [default to True] | |
| values | object | [optional] |
from platform_api_python_client.models.spire import Spire
# TODO update the JSON string below
json = "{}"
# create an instance of Spire from a JSON string
spire_instance = Spire.from_json(json)
# print the JSON string representation of the object
print(Spire.to_json())
# convert the object into a dict
spire_dict = spire_instance.to_dict()
# create an instance of Spire from a dict
spire_from_dict = Spire.from_dict(spire_dict)