# Functions

NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetRequest generates requests for Get.
NewListRequest generates requests for List.
NewRawClient Creates a new Client, with reasonable defaults.
NewUpdateRequest calls the generic Update builder with application/json body.
NewUpdateRequestWithBody generates requests for Update with any type of body.

# Constants

No description provided by the author

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on rawClientInterface to offer response payloads.
No description provided by the author
InstanceBackup defines model for instance.Backup.
InstanceError defines model for instance.Error.
InstanceGetBackupResponse defines model for instance.GetBackupResponse.
InstanceListBackupResponse defines model for instance.ListBackupResponse.
InstanceUpdateBackupScheduleRequest defines model for instance.UpdateBackupScheduleRequest.
No description provided by the author
No description provided by the author

# Interfaces

ClientWithResponsesInterface is the interface specification for the client with responses above.

# Type aliases

RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateJSONRequestBody defines body for Update for application/json ContentType.