# Structs

ACMEAccountCreateRequestBody contains the body for creating a new ACME account.
ACMEAccountCreateResponseBody contains the body from an ACME account create request.
ACMEAccountData contains the data from a ACME account.
ACMEAccountDeleteResponseBody contains the body from an ACME account delete request.
ACMEAccountGetResponseBody contains the body from a ACME account get response.
ACMEAccountGetResponseData contains the data from a ACME account get response.
ACMEAccountListResponseBody contains the body from a ACME account list response.
ACMEAccountListResponseData contains the data from a ACME account list response.
ACMEAccountUpdateRequestBody contains the body for updating an existing ACME account.
ACMEAccountUpdateResponseBody contains the body from an ACME account update request.
Client is an interface for accessing the Proxmox ACME management API.