GoodMem
ReferenceClient SDKsPython SDKRequests

AdminDrainRequest

AdminDrainRequest documentation for Python SDK

Properties

NameTypeDescriptionNotes
timeout_secint[optional]
reasonstr[optional]
wait_for_quiescebool[optional]

Example

from goodmem_client.models.admin_drain_request import AdminDrainRequest

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

# convert the object into a dict
admin_drain_request_dict = admin_drain_request_instance.to_dict()
# create an instance of AdminDrainRequest from a dict
admin_drain_request_from_dict = AdminDrainRequest.from_dict(admin_drain_request_dict)

↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK

On this page