UpdateClusterVersionResponse constructor

UpdateClusterVersionResponse({
  1. Update? update,
})

Implementation

UpdateClusterVersionResponse({
  this.update,
});