UpdateServiceResponse constructor

UpdateServiceResponse({
  1. String? operationId,
})

Implementation

UpdateServiceResponse({
  this.operationId,
});