pub(super) async fn append_deployment_objects(
client: &Client,
objects: &[DeploymentObjectRecord],
) -> Result<(), ConnectionError>Expand description
Append deployment object records (insert-only, never update or delete).
pub(super) async fn append_deployment_objects(
client: &Client,
objects: &[DeploymentObjectRecord],
) -> Result<(), ConnectionError>Append deployment object records (insert-only, never update or delete).