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