963 B
963 B
ServerPingResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| res | str | [readonly] |
Example
from generated.immich.openapi_client.models.server_ping_response import ServerPingResponse
# TODO update the JSON string below
json = "{}"
# create an instance of ServerPingResponse from a JSON string
server_ping_response_instance = ServerPingResponse.from_json(json)
# print the JSON string representation of the object
print(ServerPingResponse.to_json())
# convert the object into a dict
server_ping_response_dict = server_ping_response_instance.to_dict()
# create an instance of ServerPingResponse from a dict
server_ping_response_from_dict = ServerPingResponse.from_dict(server_ping_response_dict)