# Structs

Client is an interface for accessing the Proxmox High Availability groups API.
HAGroupCreateRequestBody contains the data which must be sent when creating a HA group.
HAGroupDataBase contains fields which are both received from and send to the HA group API.
HAGroupGetResponseBody contains the body from a HA group get response.
HAGroupGetResponseData contains the data from a HA group get response.
HAGroupListResponseBody contains the body from a HA group list response.
HAGroupListResponseData contains the data from a HA group list response.
HAGroupUpdateRequestBody contains the data which must be sent when updating a HA group.