AdminDrainResponse
AdminDrainResponse documentation for Python SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| state | str | [optional] | |
| quiesced | bool | ||
| message | str | [optional] |
Example
from goodmem_client.models.admin_drain_response import AdminDrainResponse
# TODO update the JSON string below
json = "{}"
# create an instance of AdminDrainResponse from a JSON string
admin_drain_response_instance = AdminDrainResponse.from_json(json)
# print the JSON string representation of the object
print(AdminDrainResponse.to_json())
# convert the object into a dict
admin_drain_response_dict = admin_drain_response_instance.to_dict()
# create an instance of AdminDrainResponse from a dict
admin_drain_response_from_dict = AdminDrainResponse.from_dict(admin_drain_response_dict)↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK