DeploymentsStopRequest constructor

DeploymentsStopRequest({
  1. String? fingerprint,
})

Implementation

DeploymentsStopRequest({
  this.fingerprint,
});