# Structs

Client is an interface for accessing the Proxmox High Availability resources management API.
HAResourceCreateRequestBody contains data received from the HA resource API when creating a new HA resource.
HAResourceDataBase contains data common to all HA resource API calls.
HAResourceGetResponseBody contains the body from a HA resource get response.
HAResourceGetResponseData contains data received from the HA resource API when requesting information about a single HA resource.
HAResourceListResponseBody contains the body from a HA resource list response.
HAResourceListResponseData contains the data from a HA resource list response.
HAResourceUpdateRequestBody contains data received from the HA resource API when updating an existing HA resource.